Skip to content

Commit

Permalink
Added .gitignore and branches.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCrook committed Apr 5, 2015
1 parent 5d3e9ad commit 937b0ed
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions branches.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 937b0ed

Please sign in to comment.