aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeffrey Yasskin <[email protected]>2010-07-20 11:46:20 +0800
committerGraydon Hoare <[email protected]>2010-07-22 01:11:34 +0800
commit215060b72b71db9c7ca5810fcf6ebce3d4b04ea3 (patch)
treecbd480a57ebd065c067f44e5667a54ad101a336d /.gitignore
parentFix -Wnon-virtual-destructor, which apple's gcc-4.0 seems to turn on by default. (diff)
downloadrust-215060b72b71db9c7ca5810fcf6ebce3d4b04ea3.tar.xz
rust-215060b72b71db9c7ca5810fcf6ebce3d4b04ea3.zip
Teach the makefile to generate .ll files,
which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e7f5d786..e4a13eba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,8 @@
*.dSYM
*.d
*.o
+*.ll
+*.bc
*.aux
*.cp
*.fn