aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-26 01:57:26 -0400
committerGraydon Hoare <[email protected]>2011-03-26 17:50:08 -0700
commit7571935aedca69751c1164b5cbcdbab87d5daea6 (patch)
treedc1c673d66edba755d8c5b7ba116d70ad99c9864
parentStart refactoring name-mangling in trans. (diff)
downloadrust-7571935aedca69751c1164b5cbcdbab87d5daea6.tar.xz
rust-7571935aedca69751c1164b5cbcdbab87d5daea6.zip
Fix rules for gitignoring in-tree build artifacts to not ignore legitimate parts of the source tree
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index b1f1752b..26f92e83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,6 @@ version.ml
version.texi
Makefile
config.mk
-rt/
-rustllvm/
-test/ \ No newline at end of file
+/rt/
+/rustllvm/
+/test/