audacia/.gitignore

84 lines
981 B
Plaintext

# Mac build outputs
mac/Audacity.xcodeproj/project.xcworkspace/contents.xcworkspacedata
mac/Audacity.xcodeproj/project.xcworkspace/xcshareddata/Audacity.xccheckout
mac/Makefile
mac/confdefs.h
mac/config.status
mac/conftest.c
mac/help/
mac/images/
mac/lib-src/
mac/libtool
mac/po/
mac/src/
mac/tests/
# 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
*.vcxproj.user
# 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
*~