From 063cffa81d6b6503b7ed8ee72d8f7c744b418464 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Tue, 13 Mar 2012 16:44:50 +0000 Subject: [PATCH] Add a .gitignore to try to reduce the amount of files listed as not in repository on git status. --- cde/.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cde/.gitignore diff --git a/cde/.gitignore b/cde/.gitignore new file mode 100644 index 000000000..74880dc49 --- /dev/null +++ b/cde/.gitignore @@ -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