audacia/.gitignore

68 lines
665 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc
# Other unwanted files.
*.suo
*.sdf
*.exp
*.ilk
*.pdb
*.idb
*.lastbuild
*.log
*.tlog
*.ipch
*.opensdf
# unsure about the .sal files. Disable for now.
*.sal
# 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
mac/build
# Windows specific
win/Debug
win/Release
win/Projects/*/Debug
win/Projects/*/Release
# All those help files
help/manual*
# Misc
src/RevisionIdent.h
win/resetPrefs.txt
# Emacs backup files
*~