diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2017-05-26 10:25:30 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2017-05-26 10:26:15 +0100 |
commit | 95134297ab91f1ab8a59d7535e6fd1f3cf99d20b (patch) | |
tree | 3155940c96cb4a7c624c3876e250238aab9a851a | |
parent | 15858a67921ab4498f37b3b9290ecef9f97180e8 (diff) | |
download | klee-95134297ab91f1ab8a59d7535e6fd1f3cf99d20b.tar.gz |
gitignore build
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 60f71858..a3037485 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ Debug/ Debug+Asserts/ Output/ +# commonly used as cmake build directory +/build + cscope.* *~ |