From 01f4dfcddfc8dd46d59b7dcc1a5e290df95d576c Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 21 May 2018 13:24:13 +0200 Subject: [PATCH] Ignore cmake autogenerated files --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c56223..88ea0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -261,4 +261,9 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# Cmake Project autogenerated files +Minetestmapper/build_config.h + +Minetestmapper/version.h