From b6f120fcb6d54f3d2f3e856407c4c96d0770d54f Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 8 Feb 2014 14:44:02 +0100 Subject: Replace by more complete .gitignore --- .gitignore | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 69 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f44a625..c69c966 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,79 @@ +# Directories # +/build/ +/bin/ +target/ + +# OS Files # +.DS_Store + *.class - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - + # Package Files # *.jar *.war *.ear +*.db + +###################### +# Windows +###################### + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + +###################### +# OSX +###################### + +.DS_Store +.svn + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + + +###################### +# Eclipse +###################### + +*.pydevproject +.project +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath +/src/main/resources/rebel.xml +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +###################### # BlueJ +###################### + *.bluej *.ctxt - -# Eclipse -.project \ No newline at end of file -- cgit v1.2.3