project: visual: fix VS2010/17 gitignore
authorDavid A Kondrad <dkondrad.mscs+patches@gmail.com>
Fri, 25 Oct 2019 18:51:36 +0000 (14:51 -0400)
committerDavid A Kondrad <dkondrad.mscs+patches@gmail.com>
Fri, 25 Oct 2019 18:51:36 +0000 (14:51 -0400)
The `lz4` project was excluded from being checked in for VS2017.
Add some fixups to explicitly allow this project directory.
Also add an exclusion for VS2017 binaries and VS `ipch` directories.

Signed-off-by: David A Kondrad <dkondrad.mscs+patches@gmail.com>
visual/.gitignore

index 276f8f5..69e1111 100644 (file)
@@ -8,3 +8,9 @@
 *.user
 ver*/
 VS2010/bin/
+VS2017/bin/
+ipch
+
+# Fixup for lz4 project directories
+!VS2010/lz4
+!VS2017/lz4