From 752cb910f0c3345908cf9cc91044f6f7a8fe7498 Mon Sep 17 00:00:00 2001 From: Javier Moran Rua Date: Mon, 27 Apr 2009 20:21:32 +0200 Subject: [PATCH] Ignoring some files: eclipse configuration files, target directory, emacs backup files --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..ee89af192 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ignore build output directory +navalplanner-webapp/target +navalplanner-business/target +navalplanner-gantt-zk/target + +# ignore eclipse configuration files +.classpath +.project +.settings/ + +#ignore patches files +*.patch + +#ignore backup files +*~ +\#*\#