From dd56c56eff03472b16e69f579fa801133c7c17a6 Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Wed, 27 May 2015 22:42:46 +0200 Subject: [PATCH] Git: Ignore NativeToolsExport.cmake NativeToolsExport.cmake gets generated in non-cross builds so potential cross builds later know where to find a native c4group. Ignore it so in-tree builds don't accidentally commit it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd1e4e8f9..75a01f84d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ CPackSourceConfig.cmake *.rule editor-icons.h oc-icon.h +NativeToolsExport.cmake # Documentation *.pyc