audacia/.gitignore

68 lines
665 B
Plaintext
Raw Normal View History

2015-04-05 21:24:06 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
2015-04-26 21:23:42 +00:00
*.pyc
2015-04-05 21:24:06 +00:00
# Other unwanted files.
*.suo
*.sdf
*.exp
*.ilk
*.pdb
*.idb
*.lastbuild
*.log
*.tlog
*.ipch
*.opensdf
# unsure about the .sal files. Disable for now.
*.sal
2015-04-05 21:24:06 +00:00
# Precompiled Headers
*.gch
*.pch
*.ncb
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Mac Specific
.DS_Store
xcuserdata
*.xcconfig
2015-07-21 23:45:35 +00:00
mac/build
2015-04-26 21:23:42 +00:00
# Windows specific
win/Debug
win/Release
win/Projects/*/Debug
win/Projects/*/Release
2015-11-08 00:18:01 +00:00
# All those help files
help/manual*
2015-04-26 21:23:42 +00:00
# Misc
src/RevisionIdent.h
win/resetPrefs.txt
2015-06-20 00:34:03 +00:00
# Emacs backup files
*~