diff options
| author | GeonoTRON2000 <geono@thegt.org> | 2014-04-28 18:55:47 -0700 |
|---|---|---|
| committer | GeonoTRON2000 <geono@thegt.org> | 2014-04-28 18:55:47 -0700 |
| commit | bac5d3e4b95677a90b4ac1fe59c1699eeef2bdc1 (patch) | |
| tree | c98707442b569f938ffde398e2e7226d0a961d72 /.gitignore | |
| download | shenanigans-bac5d3e4b95677a90b4ac1fe59c1699eeef2bdc1.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
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* |
