This commit is contained in:
Sebastian Mihai Pantoc
2026-05-12 11:15:47 +02:00
commit 8d93de4be7
27 changed files with 773 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Ignore Build folder
build/
# ignore .DS_Store on macos
.DS_Store
# ingore .cache folder
.cache
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Linker files
*.ilk
# Debugger Files
*.pdb
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# debug information files
*.dwo