ocarina/.gitignore
Anna Schumaker 88136c0c95 Determine debug builds by looking for a magic file
If .debug exists, then we'll compile as a debug build.  This will let me
toggle debug status during development without needing to worry about
committing the change.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-01-15 09:16:00 -05:00

17 lines
129 B
Plaintext

*.o
*.sw*
*.out
*.glade~
share/ocarina/#*
bin/
.sconsign.dblite
*.patch
*.tar.gz
*.gcov
*.gcda
*.gcno
core.*
html/
latex/
.debug