From b3d761a0d609c530e44bdf37676743bca4162d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 30 Jun 2011 22:14:06 +0200 Subject: [PATCH] Add .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4edf872 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# 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] +# *~ + +/.settings/ +/manager/.settings/ +/.buildpath +/manager/.buildpath +/.project +