From 31dc80972a2ea626b63ab22f3c2c8735e15f9582 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 12 May 2014 15:06:01 +0900 Subject: [PATCH] Ignore config.pl in src/tools/msvc config.pl can be used to override build settings when using MSVC and should be never be included in the code tree. --- src/tools/msvc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/tools/msvc/.gitignore diff --git a/src/tools/msvc/.gitignore b/src/tools/msvc/.gitignore new file mode 100644 index 0000000..dc9d8c0 --- /dev/null +++ b/src/tools/msvc/.gitignore @@ -0,0 +1,2 @@ +# Custom configuration file for MSVC build +/config.pl -- 1.9.2