[gtk/msvcproj-git: 1/10] Visual Studio: Add .gitignore's




commit e12e90ba914660f4afe5916867b68613ec0a2cae
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Aug 3 17:08:59 2022 +0800

    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.

 demos/gtk-demo/.gitignore   |  2 ++
 win32/.gitignore            |  1 +
 win32/vs10/.gitignore       | 14 ++++++++++++++
 win32/vs11/.gitignore       |  3 +++
 win32/vs12/.gitignore       |  3 +++
 win32/vs14/.gitignore       |  3 +++
 win32/vs15/.gitignore       |  3 +++
 win32/vs16/.gitignore       |  3 +++
 win32/vs17/.gitignore       |  3 +++
 win32/vs1x-props/.gitignore |  1 +
 win32/vs9/.gitignore        |  8 ++++++++
 11 files changed, 44 insertions(+)
---
diff --git a/demos/gtk-demo/.gitignore b/demos/gtk-demo/.gitignore
new file mode 100644
index 0000000000..c1a0550f3f
--- /dev/null
+++ b/demos/gtk-demo/.gitignore
@@ -0,0 +1,2 @@
+demos.h.win32
+demos.h
diff --git a/win32/.gitignore b/win32/.gitignore
new file mode 100644
index 0000000000..ff4ebff698
--- /dev/null
+++ b/win32/.gitignore
@@ -0,0 +1 @@
+config-msvc.mak
diff --git a/win32/vs10/.gitignore b/win32/vs10/.gitignore
new file mode 100644
index 0000000000..5f2df27914
--- /dev/null
+++ b/win32/vs10/.gitignore
@@ -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
diff --git a/win32/vs11/.gitignore b/win32/vs11/.gitignore
new file mode 100644
index 0000000000..2087de933d
--- /dev/null
+++ b/win32/vs11/.gitignore
@@ -0,0 +1,3 @@
+*.sln
+*.vcxproj
+*.vcxproj.filters
diff --git a/win32/vs12/.gitignore b/win32/vs12/.gitignore
new file mode 100644
index 0000000000..2087de933d
--- /dev/null
+++ b/win32/vs12/.gitignore
@@ -0,0 +1,3 @@
+*.sln
+*.vcxproj
+*.vcxproj.filters
diff --git a/win32/vs14/.gitignore b/win32/vs14/.gitignore
new file mode 100644
index 0000000000..2087de933d
--- /dev/null
+++ b/win32/vs14/.gitignore
@@ -0,0 +1,3 @@
+*.sln
+*.vcxproj
+*.vcxproj.filters
diff --git a/win32/vs15/.gitignore b/win32/vs15/.gitignore
new file mode 100644
index 0000000000..2087de933d
--- /dev/null
+++ b/win32/vs15/.gitignore
@@ -0,0 +1,3 @@
+*.sln
+*.vcxproj
+*.vcxproj.filters
diff --git a/win32/vs16/.gitignore b/win32/vs16/.gitignore
new file mode 100644
index 0000000000..2087de933d
--- /dev/null
+++ b/win32/vs16/.gitignore
@@ -0,0 +1,3 @@
+*.sln
+*.vcxproj
+*.vcxproj.filters
diff --git a/win32/vs17/.gitignore b/win32/vs17/.gitignore
new file mode 100644
index 0000000000..2087de933d
--- /dev/null
+++ b/win32/vs17/.gitignore
@@ -0,0 +1,3 @@
+*.sln
+*.vcxproj
+*.vcxproj.filters
diff --git a/win32/vs1x-props/.gitignore b/win32/vs1x-props/.gitignore
new file mode 100644
index 0000000000..3978362c27
--- /dev/null
+++ b/win32/vs1x-props/.gitignore
@@ -0,0 +1 @@
+gtk3-version-paths.props
diff --git a/win32/vs9/.gitignore b/win32/vs9/.gitignore
new file mode 100644
index 0000000000..904cdc3ac4
--- /dev/null
+++ b/win32/vs9/.gitignore
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]