diff options
author | Chad Versace <chad.versace@intel.com> | 2011-04-20 20:10:59 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@intel.com> | 2011-04-28 14:29:15 -0700 |
commit | 5433fd53bc1844a9b808091fb592a80777a900e8 (patch) | |
tree | 180cff093c68dbe3e9b21045dec6964eedc992ac /.gitignore | |
parent | b0ae71318b18eae6bb4b5a8fad802ca468bce9ec (diff) |
git: Ignore build directory 'target_api'
It is created by the CMake and contains just build artifacts.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d2270b481..241f192ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ CMakeFiles Makefile cmake_install.cmake CMakeCache.txt +target_api tests/glslparsertest/glslcompiler |