From 38bf7e53b1b4aa383f62861123f8585b298ff2c3 Mon Sep 17 00:00:00 2001 From: Duvan Botello Date: Tue, 31 Jul 2018 06:46:14 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 992a9b8..c6e359f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,29 @@ -setting.py \ No newline at end of file +setting.py + +### Java ### +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + + +# End of https://www.gitignore.io/api/java