From a7c7d0838e0c3f1654e2533cd144fa70e69d8f0f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 20 May 2015 09:32:32 +0200 Subject: [PATCH] Add a trivial gitignore file --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5fa7d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ + +/mt +/stinit