mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 17:43:37 +02:00
.gitignore: Ignore files generated by autotools
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.
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,3 +1,20 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user