Visual Studio: Add .gitignore's

We don't need to track the project files and property sheets that are generated
from their templates, and we don't want to track the demos.h(.win32) that are
mainly used for the Visual Studio builds, which are also generated.
This commit is contained in:
Chun-wei Fan
2022-08-03 17:08:59 +08:00
parent 7f5ebd2878
commit 156ae72ed7
11 changed files with 44 additions and 0 deletions

2
demos/gtk-demo/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
demos.h.win32
demos.h