From 369ff63bdbc715b4a556d9492db85fe644e64dd7 Mon Sep 17 00:00:00 2001 From: oxlade39 Date: Mon, 8 Nov 2010 21:19:15 +0000 Subject: [PATCH] Adding recommended SBT ignores --- Global/SBT.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Global/SBT.gitignore diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore new file mode 100644 index 00000000..3dfc9d7c --- /dev/null +++ b/Global/SBT.gitignore @@ -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