about summary refs log tree commit diff homepage
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-12-13 20:32:25 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2015-12-13 20:33:34 +0000
commit6ab013c425e9ca32c9b36cc8fe72adc9d8e50cde (patch)
tree30129f651bc62a6fbd14b9420ec0e29cacc4eccd /.gitignore
parentcbac5ebe589c404b8916f4a1074a345fc9b1446e (diff)
downloadklee-6ab013c425e9ca32c9b36cc8fe72adc9d8e50cde.tar.gz
Ignore some generated files that will be visible if doing an in source
build. Spotted by @domainexpert
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a31ac159..60f71858 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@ cscope.*
 *.out
 *.status
 
+# In source build files
+docs/doxygen.cfg
+include/klee/Config/CompileTimeInfo.h
 *.config
 
 config.h