diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-07 18:50:48 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-07 18:50:48 +0200 |
commit | eea29a05abbd9a89a181455ac858173fc3640f93 (patch) | |
tree | 61140a115206e065dbd929c104787566829561c0 /.gitignore | |
download | app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.tar.gz app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.tar.bz2 app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.tar.xz app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.zip |
o Initial import of Java utils for app.sh.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a750dc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +target +*.iml +.idea +.project +.classpath |