]> source.dussan.org Git - gitignore.git/commitdiff
Adding recommended SBT ignores
authoroxlade39 <dan.oxlade@gmail.com>
Mon, 8 Nov 2010 21:19:15 +0000 (21:19 +0000)
committerChris Wanstrath <chris@ozmm.org>
Mon, 8 Nov 2010 23:03:42 +0000 (15:03 -0800)
Global/SBT.gitignore [new file with mode: 0644]

diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore
new file mode 100644 (file)
index 0000000..3dfc9d7
--- /dev/null
@@ -0,0 +1,7 @@
+# SBT .gitignore
+# recommended: http://code.google.com/p/simple-build-tool/wiki/Setup#Version_Control
+
+target/
+lib_managed/
+src_managed/
+project/boot/
\ No newline at end of file