diff options
| author | Graydon Hoare <[email protected]> | 2010-06-24 08:45:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-24 08:49:23 -0700 |
| commit | 0016473117e4bc3c8959bf2fd49368844847d74c (patch) | |
| tree | 261a4e0c533022501212c494662f841d1ef08609 | |
| parent | Fix hg dependency in testsuite. (diff) | |
| download | rust-0016473117e4bc3c8959bf2fd49368844847d74c.tar.xz rust-0016473117e4bc3c8959bf2fd49368844847d74c.zip | |
Add more ignorable build artifacts.
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,11 +2,25 @@ *.x86 *.llvm *.out +*.cmx +*.dll *.exe *.orig *.cmo *.cmi *.d *.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr .hg/ .hgignore +lexer.ml |