From 9fa5200a90c16118de9fd3850828dedab58c3e95 Mon Sep 17 00:00:00 2001 From: Hannes Brandstaetter Date: Thu, 4 Apr 2013 21:19:11 +0200 Subject: [PATCH] added .gitignore added .gitignore file containing the files from the ignore.txt Signed-off-by: Hannes Brandstaetter --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..1920d20420 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.project +.profile +.settings +.classpath +target \ No newline at end of file