diff options
| author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-01-13 17:24:38 +0000 |
|---|---|---|
| committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-01-20 14:46:52 +0000 |
| commit | 0c7f514aebe443db7d46767b1456b421ef591b30 (patch) | |
| tree | c0f1abad9192fc5fc99d43e450562e153e36e4be | |
| parent | 9b45ab8822ec3336e137b68003103125c5a4f9ab (diff) | |
| download | klee-0c7f514aebe443db7d46767b1456b421ef591b30.tar.gz | |
* Do not ignore lit.local.cfg files needed for llvm-lit
* Ignore lit.site.cfg file.
| -rw-r--r-- | .gitignore | 4 |
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 |
