Add a .gitignore to try to reduce the amount of files listed as not

in repository on git status.
This commit is contained in:
Peter Howkins
2012-03-13 16:44:50 +00:00
parent d1f3e24eac
commit 063cffa81d

19
cde/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Compiled source
*.o
*.so
*.so.2
*.so.2.1
*.a
# Backups and editor created backups
*.bak
*~
# flags for saying directory is complete
DONE
# imports of of headers
imports
# exports of libraries/headers
exports