diff options
| author | Brian Anderson <[email protected]> | 2011-03-26 01:57:26 -0400 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-26 17:50:08 -0700 |
| commit | 7571935aedca69751c1164b5cbcdbab87d5daea6 (patch) | |
| tree | dc1c673d66edba755d8c5b7ba116d70ad99c9864 | |
| parent | Start refactoring name-mangling in trans. (diff) | |
| download | rust-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-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,6 +47,6 @@ version.ml version.texi Makefile config.mk -rt/ -rustllvm/ -test/
\ No newline at end of file +/rt/ +/rustllvm/ +/test/ |