mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
72 lines
713 B
Text
72 lines
713 B
Text
|
syntax: glob
|
||
|
|
||
|
# Various build directories
|
||
|
bin
|
||
|
obj
|
||
|
Debug
|
||
|
Release
|
||
|
ReleaseDebug
|
||
|
DebugFast
|
||
|
ReleaseDebugStatic
|
||
|
DebugFastStatic
|
||
|
|
||
|
# Test and application directories
|
||
|
screenshots
|
||
|
release
|
||
|
test
|
||
|
Temp
|
||
|
|
||
|
# Windows compile
|
||
|
*.exe
|
||
|
*.dll
|
||
|
*.lib
|
||
|
*.obj
|
||
|
|
||
|
# Linux compile
|
||
|
*.a
|
||
|
*.la
|
||
|
*.o
|
||
|
|
||
|
# Log dump files
|
||
|
report_refused
|
||
|
report_failed
|
||
|
exception_catched
|
||
|
*.stat
|
||
|
*.log
|
||
|
log.txt
|
||
|
|
||
|
# Max plugin extensions
|
||
|
*.dlx
|
||
|
*.dlm
|
||
|
*.dlu
|
||
|
|
||
|
# Visual Studio garbage
|
||
|
*.opensdf
|
||
|
UpgradeLog*.XML
|
||
|
_UpgradeReport_Files
|
||
|
BuildLog.htm
|
||
|
mt.dep
|
||
|
ipch
|
||
|
*.suo
|
||
|
*.ncb
|
||
|
*.user
|
||
|
*.ilk
|
||
|
*.pdb
|
||
|
*.aps
|
||
|
*.exp
|
||
|
*.idb
|
||
|
*.sdf
|
||
|
|
||
|
# Python cache
|
||
|
*.pyd
|
||
|
*.pyc
|
||
|
|
||
|
# Qt compiler
|
||
|
moc_*.cpp
|
||
|
*.moc
|
||
|
|
||
|
# Misc garbage
|
||
|
*.cachefile
|
||
|
*.cache
|
||
|
*.7z
|