From 262172a5cdfaf8dd2559873834be909eacd30359 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 7 Feb 2018 07:24:44 -0800 Subject: [PATCH] Ignore ng/ninja artifacts. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f4cf62..c1bf33e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ # ignore intermediate and build objects *.fasl *.pyc -*.o \ No newline at end of file +*.o + +# ignore build systems +.ninja_deps +.ninja_log +*.ninja