mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Autotools generates some helpers file as well as it creates files from templates (e.g. audacity.desktop). Add these files to .gitignore to not commit them.
101 lines
1.3 KiB
Plaintext
101 lines
1.3 KiB
Plaintext
# Autotools generated files
|
|
locale/Makefile.in
|
|
Makefile
|
|
config.status
|
|
.deps
|
|
libtool
|
|
stamp-h1
|
|
|
|
# Generated files by build system
|
|
lib-src/lib-widget-extra/libwidgetextra.pc
|
|
lib-src/sbsms/libsbsms.spec
|
|
lib-src/sbsms/sbsms.pc
|
|
lib-src/sbsms/src/config.h
|
|
locale/POTFILES
|
|
src/audacity.desktop
|
|
src/configunix.h
|
|
|
|
# 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
|
|
*~
|