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:
2
demos/gtk-demo/.gitignore
vendored
Normal file
2
demos/gtk-demo/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
demos.h.win32
|
||||||
|
demos.h
|
1
win32/.gitignore
vendored
Normal file
1
win32/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
config-msvc.mak
|
14
win32/vs10/.gitignore
vendored
Normal file
14
win32/vs10/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
broadwayd.vcxproj.filters
|
||||||
|
broadwayd.vcxproj
|
||||||
|
gailutil-3.vcxproj.filters
|
||||||
|
gailutil-3.vcxproj
|
||||||
|
gdk-3.vcxproj.filters
|
||||||
|
gdk-3.vcxproj
|
||||||
|
gdk3-broadway.vcxproj.filters
|
||||||
|
gdk3-broadway.vcxproj
|
||||||
|
gdk3-win32.vcxproj.filters
|
||||||
|
gdk3-win32.vcxproj
|
||||||
|
gtk-3.vcxproj.filters
|
||||||
|
gtk-3.vcxproj
|
||||||
|
gtk3-demo.vcxproj.filters
|
||||||
|
gtk3-demo.vcxproj
|
3
win32/vs11/.gitignore
vendored
Normal file
3
win32/vs11/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
3
win32/vs12/.gitignore
vendored
Normal file
3
win32/vs12/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
3
win32/vs14/.gitignore
vendored
Normal file
3
win32/vs14/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
3
win32/vs15/.gitignore
vendored
Normal file
3
win32/vs15/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
3
win32/vs16/.gitignore
vendored
Normal file
3
win32/vs16/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
3
win32/vs17/.gitignore
vendored
Normal file
3
win32/vs17/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
1
win32/vs1x-props/.gitignore
vendored
Normal file
1
win32/vs1x-props/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
gtk3-version-paths.props
|
8
win32/vs9/.gitignore
vendored
Normal file
8
win32/vs9/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
broadwayd.vcproj
|
||||||
|
gailutil-3.vcproj
|
||||||
|
gdk-3.vcproj
|
||||||
|
gdk3-broadway.vcproj
|
||||||
|
gdk3-win32.vcproj
|
||||||
|
gtk-3.vcproj
|
||||||
|
gtk3-demo.vcproj
|
||||||
|
gtk3-version-paths.vsprops
|
Reference in New Issue
Block a user