This commit is contained in:
MagicTINTIN 2023-02-14 18:23:59 +01:00
commit 2eade4e23b
4 changed files with 0 additions and 7 deletions

7
.gitignore vendored
View file

@ -13,8 +13,6 @@
*.pch *.pch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so
*.dylib
*.dll *.dll
# Fortran module files # Fortran module files
@ -24,7 +22,6 @@
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
*.la *.la
*.a
*.lib *.lib
# Executables # Executables
@ -53,15 +50,11 @@
# Libraries # Libraries
*.lib *.lib
*.a
*.la *.la
*.lo *.lo
# Shared objects (inc. Windows DLLs) # Shared objects (inc. Windows DLLs)
*.dll *.dll
*.so
*.so.*
*.dylib
# Executables # Executables
*.exe *.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.