59 lines
604 B
Plaintext
59 lines
604 B
Plaintext
# Created by https://www.gitignore.io
|
|
|
|
### C++ ###
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
#CodeLite
|
|
.clang
|
|
.codelite
|
|
Debug
|
|
*.cpp.o
|
|
*.cpp.o.d
|
|
|
|
*.d
|
|
|
|
#Release folder is NOT code!
|
|
Release
|
|
big_cross_ru.txt
|
|
big_cross_eng.txt
|
|
cur_release
|
|
|
|
#Just statistics
|
|
crossgen_time.txt |