forked from audacity/audacity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d3e9ad
commit 937b0ed
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |