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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.