mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Added .gitignore and branches.txt
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Other unwanted files.
|
||||||
|
*.suo
|
||||||
|
*.sdf
|
||||||
|
*.exp
|
||||||
|
*.ilk
|
||||||
|
*.pdb
|
||||||
|
*.idb
|
||||||
|
*.lastbuild
|
||||||
|
*.log
|
||||||
|
*.tlog
|
||||||
|
*.ipch
|
||||||
|
|
||||||
|
# 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
|
||||||
|
win/resetPrefs.txt
|
||||||
5
branches.txt
Normal file
5
branches.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
This file provides some information on git branches.
|
||||||
|
|
||||||
|
wx3-warning : Adds a warning dialog IF audacity was compiled with wxWidgets 3.0 or higher.
|
||||||
|
reliability: Features for automated test and in-built monitoring, e.g of performancr, overruns and underruns.
|
||||||
|
modules: Support for built-in modules and improvements to module support.
|
||||||
Reference in New Issue
Block a user