From 870fd36d28dc8160a36e49dff173ba2b000618b9 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Sat, 10 Feb 2018 09:28:54 -0600 Subject: Did some clean up. --- .gitignore | 101 ++++++++++++++----------------------------------------------- 1 file changed, 22 insertions(+), 79 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cb5fcc8..2c770e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,79 +1,22 @@ -*.class - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.ear - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -# ========================= -# Operating System Files -# ========================= - -# OSX -# ========================= - -.DS_Store -.AppleDouble -.LSOverride - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -# Windows -# ========================= - -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -# Exclude eclipse build folder -/eclipse/* -/bin/* -/.gradle/* -/.settings/* -/bin/ -/Models/ - - -# Exclude Gimp files (lots of memory) -/Gimp_files/* -src/api/* -*.xcf - -/libs/* -/jars/* -/build/* -/Models/* -/run/* \ No newline at end of file +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle + +# other +eclipse +run -- cgit v1.2.3