From 4d28e5f66d98d5615025b71cd419c47a5369560b Mon Sep 17 00:00:00 2001 From: "Bin Hong Lee (ASU)" Date: Sat, 2 Apr 2016 23:35:58 -0700 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32858aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.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*