diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-08-23 17:31:29 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-08-23 17:31:51 -0700 |
commit | f1c6640b7678e2f17f715c7be1c3933db7d717d6 (patch) | |
tree | c3925dc29e8045cd9c4a886e7a0d37caec83ddd3 /.gitignore | |
parent | bf5dbf79ebfba0de4c63263de8efdab73db4bbad (diff) |
Ignore CMakeCache.txt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 411eccdf2..d684ed7c3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ bin CMakeFiles Makefile -cmake_install.cmake
\ No newline at end of file +cmake_install.cmake +CMakeCache.txt |