[xmltooling] 13/65: Redo ignore files
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jun 30 13:07:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/master
in repository xmltooling.
commit 987275875dd440ad5458c471299c7e9a5e750df6
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon May 2 13:21:25 2016 -0400
Redo ignore files
---
.gitignore | 39 +++++++++++++++++++++++--------------
Projects/vc10/.gitignore | 8 --------
Projects/vc10/xmltooling/.gitignore | 15 --------------
Projects/vc14/.gitignore | 8 --------
Projects/vc14/xmltooling/.gitignore | 15 --------------
doc/.gitignore | 2 --
m4/.gitignore | 5 -----
schemas/.gitignore | 3 ---
xmltooling/.gitignore | 9 ---------
xmltoolingtest/.gitignore | 8 --------
10 files changed, 24 insertions(+), 88 deletions(-)
diff --git a/.gitignore b/.gitignore
index 147b90e..707cd51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-# A simulation of Subversion default ignores, generated by reposurgeon.
*.o
*.lo
*.la
@@ -12,23 +11,24 @@
*.pyc
*.pyo
*.rej
+*.aps
+*.suo
+*.ncb
*~
*.#*
.*.swp
*.vcxproj.user
-Projects/vc??/xmltoolingtest/*.cpp
-Projects/vc10/ipch/
-Projects/vc14/cpp-xmltooling.VC.opendb
-Projects/vc??/xmltoolingtest/Debug/
-Projects/vc??/xmltoolingtest/x64/
-Projects/vc??/xmltoolingtest/Release/
-
.DS_store
-# Simulated Subversion default ignores end here
+Debug
+Release
+x64
+xmltooling-lite-Debug
+xmltooling-lite-Release
+/Projects/vc??/xmltoolingtest/*.cpp
+/Projects/vc10/ipch/
+/Projects/vc??/*.opendb
+/Projects/vc??/*.db
/xmltooling-uninstalled.sh
-# The contents of the svn:ignore property on the branch root.
-/*.ncb
-*.suo
/aclocal.m4
/autom4te.cache
/config.guess
@@ -41,11 +41,11 @@ Projects/vc??/xmltoolingtest/Release/
/depcomp
/install-sh
/libtool
-/Makefile
-/Makefile.in
+Makefile
+Makefile.in
/missing
/pkginfo
-/stamp-h1
+stamp-h1
/xmltooling.spec
/.settings
/.autotools
@@ -59,3 +59,12 @@ Projects/vc??/xmltoolingtest/Release/
/ipch
/build-aux
/build
+/Build
+/m4/lt~obsolete.m4
+/m4/ltsugar.m4
+/m4/ltoptions.m4
+/m4/libtool.m4
+/m4/ltversion.m4
+/schemas/catalog.xml
+/xmltooling/config_pub.h
+/xmltoolingtest/xmltoolingtest
diff --git a/Projects/vc10/.gitignore b/Projects/vc10/.gitignore
deleted file mode 100644
index 680e089..0000000
--- a/Projects/vc10/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/Debug
-/*.lo
-/*.la
-/*.cpp
-/.deps
-/.libs
-/Makefile
-/Makefile.in
diff --git a/Projects/vc10/xmltooling/.gitignore b/Projects/vc10/xmltooling/.gitignore
deleted file mode 100644
index d083c64..0000000
--- a/Projects/vc10/xmltooling/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/Debug
-/*.user
-/Release
-/config_pub.h
-/.deps
-/.libs
-/Makefile
-/Makefile.in
-/stamp-h2
-/xmltooling-lite-Debug
-/xmltooling-lite-Release
-/x64
-/*.aps
-/*.lo
-/*.la
diff --git a/Projects/vc14/.gitignore b/Projects/vc14/.gitignore
deleted file mode 100644
index 38e1faf..0000000
--- a/Projects/vc14/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/*.lo
-/*.la
-/*.user
-/*.cpp
-/.deps
-/.libs
-/Makefile
-/Makefile.in
diff --git a/Projects/vc14/xmltooling/.gitignore b/Projects/vc14/xmltooling/.gitignore
deleted file mode 100644
index d083c64..0000000
--- a/Projects/vc14/xmltooling/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/Debug
-/*.user
-/Release
-/config_pub.h
-/.deps
-/.libs
-/Makefile
-/Makefile.in
-/stamp-h2
-/xmltooling-lite-Debug
-/xmltooling-lite-Release
-/x64
-/*.aps
-/*.lo
-/*.la
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index b336cc7..0000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/m4/.gitignore b/m4/.gitignore
deleted file mode 100644
index 2bb2a61..0000000
--- a/m4/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/lt~obsolete.m4
-/ltsugar.m4
-/ltoptions.m4
-/libtool.m4
-/ltversion.m4
diff --git a/schemas/.gitignore b/schemas/.gitignore
deleted file mode 100644
index b852246..0000000
--- a/schemas/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/catalog.xml
-/Makefile
-/Makefile.in
diff --git a/xmltooling/.gitignore b/xmltooling/.gitignore
deleted file mode 100644
index 7577037..0000000
--- a/xmltooling/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/config_pub.h
-/.deps
-/.libs
-/Makefile
-/Makefile.in
-/stamp-h2
-/*.aps
-/*.lo
-/*.la
diff --git a/xmltoolingtest/.gitignore b/xmltoolingtest/.gitignore
deleted file mode 100644
index 1750fb9..0000000
--- a/xmltoolingtest/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/*.lo
-/*.la
-/*.user
-/.deps
-/.libs
-/Makefile
-/Makefile.in
-/xmltoolingtest
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list