summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-12-21 12:33:31 -0800
committerJF Bastien <jfb@chromium.org>2015-12-21 12:33:31 -0800
commit13ea1c52bbd620ba1818dd3ed6bbeb77fd7b06ab (patch)
tree6f62d00372300f665cbf8021460e1bc1f7193fd5 /.gitignore
parent2654fe23914c87afb2dd7340709db2cea5e2b047 (diff)
downloadbinaryen-13ea1c52bbd620ba1818dd3ed6bbeb77fd7b06ab.tar.gz
binaryen-13ea1c52bbd620ba1818dd3ed6bbeb77fd7b06ab.tar.bz2
binaryen-13ea1c52bbd620ba1818dd3ed6bbeb77fd7b06ab.zip
.gitignore ninja files
They get generated when using cmake -G Ninja.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d0ad1b4c8..cdbfefec7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,6 @@ CMakeFiles/
CMakeCache.txt
Makefile
cmake_install.cmake
+*.ninja
+.ninja_deps
+.ninja_log