Add a .gitignore to try to reduce the amount of files listed as not
authorPeter Howkins <flibble@users.sourceforge.net>
Tue, 13 Mar 2012 16:44:50 +0000 (16:44 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Tue, 13 Mar 2012 16:44:50 +0000 (16:44 +0000)
in repository on git status.

cde/.gitignore [new file with mode: 0644]

diff --git a/cde/.gitignore b/cde/.gitignore
new file mode 100644 (file)
index 0000000..74880dc
--- /dev/null
@@ -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