about summary refs log tree commit diff homepage
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2014-01-13 17:24:38 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2014-01-20 14:46:52 +0000
commit0c7f514aebe443db7d46767b1456b421ef591b30 (patch)
treec0f1abad9192fc5fc99d43e450562e153e36e4be /.gitignore
parent9b45ab8822ec3336e137b68003103125c5a4f9ab (diff)
downloadklee-0c7f514aebe443db7d46767b1456b421ef591b30.tar.gz
* Do not ignore lit.local.cfg files needed for llvm-lit
* Ignore lit.site.cfg file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fb468a14..ba543c8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,9 @@ cscope.*
 *.status
 
 *.config
-*.cfg
 
 config.h
 site.exp
+
+# Site file for llvm-lit
+lit.site.cfg