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:
parent
7a85fd1b8e
commit
56e8f577bc
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user