From 15da3e0a5947a5a7cdd34baf7f48a1e9fddf8de4 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 22 Apr 2019 13:12:21 -0500 Subject: [PATCH] :see_no_evil: Ignore ninja generated files Generated when using `cmake -GNinja .` --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index bfe3068..caf1808 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,12 @@ config.h CTestTestfile.cmake DartConfiguration.tcl +# Ninja generated # +################### +.ninja_deps +.ninja_log +*.ninja + # Packages # ############ # it's better to unpack this files and commit raw source