Added .gitignore and branches.txt

This commit is contained in:
James Crook 2015-04-05 22:24:06 +01:00
parent 5d3e9ade95
commit 937b0ed0c2
2 changed files with 47 additions and 0 deletions

42
.gitignore vendored Normal file
View 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
View 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.