1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 09:08:44 +02:00

Additional items to ignore

This commit is contained in:
Leland Lucius 2015-04-26 16:23:42 -05:00
parent 7a85fd1b8e
commit 56e8f577bc

10
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.lo *.lo
*.o *.o
*.obj *.obj
*.pyc
# Other unwanted files. # Other unwanted files.
*.suo *.suo
@ -47,9 +48,16 @@
.DS_Store .DS_Store
project.xcworkspace project.xcworkspace
xcuserdata xcuserdata
*.xcconfig *.xcconfig
mac/Info.plist.h mac/Info.plist.h
# Windows specific
win/Debug
win/Release
win/Projects/*/Debug
win/Projects/*/Release
# Misc
src/RevisionIdent.h src/RevisionIdent.h
win/resetPrefs.txt win/resetPrefs.txt