Cleanup files II

This commit is contained in:
Caesar2011
2016-09-01 02:14:48 +02:00
parent 590b754255
commit 36405e4e47
6 changed files with 20 additions and 20 deletions

40
.gitignore vendored
View File

@@ -10,23 +10,23 @@
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
#*.so
#*.dylib
#*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
#*.lai
#*.la
#*.a
#*.lib
# Executables
*.exe
*.out
*.app
#*.exe
#*.out
#*.app
# ---> C
# Object files
@@ -40,10 +40,10 @@
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
#*.lib
#*.a
#*.la
#*.lo
# Shared objects (inc. Windows DLLs)
#*.dll
@@ -52,12 +52,12 @@
#*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
#*.exe
#*.out
#*.app
#*.i*86
#*.x86_64
#*.hex
# Debug files
*.dSYM/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.