summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2018-06-07 16:55:21 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2018-06-07 16:55:21 +0800
commit57d59d549dd0045c0a92e503a21e99827fb71a51 (patch)
tree3e8d60b8118d57db3b66d64e1e18eba71f375e63 /.gitignore
parentbd67726644d6466031010e766c1fb6cc7969e5b7 (diff)
downloadgobject-introspection-57d59d549dd0045c0a92e503a21e99827fb71a51.tar.gz
build: Drop Visual Studio projects
We now have Meson build files which can handle builds using Visual Studio now, so we should focus maintenance efforts on the build system for Visual Studio on Meson. This will also allow build options to be more flexible, and has the advantage of being able to build directly out of a GIT checkout, without needing to generate source dist tarballs.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index dfb5b0a0..d6f440fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,7 +19,6 @@ compile
config.guess
config.h
config.h.in
-config.h.win32
config.log
config.status
config.sub
@@ -101,15 +100,6 @@ tests/*/*.trs
# tarballs
*.tar.xz
-# Generated Visual Studio project files
-win32/*/*.props
-win32/*/*.sln
-win32/*/*.vcproj
-win32/*/*.vcxproj
-win32/*/*.vcxproj.filters
-win32/*/*.vsprops
-win32/*/README.txt
-
#yelp-build
*.html
C.css