diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-12 10:46:54 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-12 10:46:54 +0200 |
| commit | 1f839a6d7bd8169d2265603a47d80dbab1dcd715 (patch) | |
| tree | 4c41a1c90933c6892bd6d57819c8a0152f5a416a /.gitignore | |
| download | FIT-1f839a6d7bd8169d2265603a47d80dbab1dcd715.tar.gz FIT-1f839a6d7bd8169d2265603a47d80dbab1dcd715.zip | |
Add project files and assignment no. 2
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* |
