aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-18 17:11:16 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-18 17:11:16 -0700
commit545eaef5c5d4daecd17fc38f6be3d97319401a38 (patch)
treefc14cf7a967517f172603666a19ebdb51933a672 /.gitignore
downloaddummy-545eaef5c5d4daecd17fc38f6be3d97319401a38.tar.gz
dummy-545eaef5c5d4daecd17fc38f6be3d97319401a38.tar.bz2
dummy-545eaef5c5d4daecd17fc38f6be3d97319401a38.zip
Really simple project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c51d3bd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+target/
+project/target/
+
+*.class
+*~