From: Peter Howkins Date: Tue, 13 Mar 2012 16:44:50 +0000 (+0000) Subject: Add a .gitignore to try to reduce the amount of files listed as not X-Git-Tag: 2.2.0a~26^2~75 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=063cffa81d6b6503b7ed8ee72d8f7c744b418464;hp=d1f3e24eac90d84e85e2a72002b4f232f08149d2;p=oweals%2Fcde.git Add a .gitignore to try to reduce the amount of files listed as not in repository on git status. --- diff --git a/cde/.gitignore b/cde/.gitignore new file mode 100644 index 00000000..74880dc4 --- /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