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 | 45fe57c01d00ba58a159f5faf359454a6255aba4 (patch) | |
tree | 297b54e4260da1b640fb348371acfc9b37b56824 /.gitignore | |
download | app.sh-apps-jenkins-45fe57c01d00ba58a159f5faf359454a6255aba4.tar.gz app.sh-apps-jenkins-45fe57c01d00ba58a159f5faf359454a6255aba4.tar.bz2 app.sh-apps-jenkins-45fe57c01d00ba58a159f5faf359454a6255aba4.tar.xz app.sh-apps-jenkins-45fe57c01d00ba58a159f5faf359454a6255aba4.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 |