diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-11-15 09:26:01 -0800 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-11-15 09:26:01 -0800 |
commit | 238f4c41de2e0b1a976c3e3b3680fa8a3e7f0adc (patch) | |
tree | 78dcce45e598f8c6cce972117f403c91d0feb30c /.gitignore | |
parent | 4b057bb44bb0528435ff7bebd36c4c74f8db3bae (diff) |
gitignore: Ignore ninja artifacts
Ninja is a wicked-fast build system backend supported by CMake.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6c7618e43..911c26666 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ .*.sw? *.pyc *~ + +/.ninja_log +/build.ninja +/rules.ninja + bin lib CMakeFiles |