summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2023-03-07 05:47:12 -0300
committerRafael Laboissière <rafael@debian.org>2023-03-07 05:47:12 -0300
commita98814c218c7833ad5130ae0793f47d81ccd3e5e (patch)
treef899c95f25400ee5380972cf896f1c332c929867
parentee24c2c0827ecf0b6406890ee010459225a1f4de (diff)
Commit patch to update .gitignorearchive/debian/0.6_rc1-1
[dgit (10.7) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore52
-rw-r--r--debian/patches/series2
2 files changed, 54 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..a914722
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,52 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s). This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (10.7) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..73185d7
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,38 @@
++/.pc/
++/Makefile
++/autom4te.cache/
++/compile
++/config.h
++/config.h.in~
++/config.log
++/config.status
++/debian/.debhelper/
++/debian/autoreconf.*
++/debian/debhelper-build-stamp
++/debian/files
++/debian/fim.debhelper.log
++/debian/fim.substvars
++/debian/fim/
++/distros/Makefile
++/doc/Makefile
++/doc/doctags
++/doc/tags
++/scripts/Makefile
++/scripts/maintenance/cron-build.sh
++/scripts/maintenance/cron-rsync.sh
++/scripts/maintenance/cron-svndump.pl
++/scripts/maintenance/remote-build.sh
++/src/*.o
++/src/b2ba
++/src/conf.h
++/src/config.h.in
++/src/fim
++/src/Makefile
++/src/lex.yy.cc
++/src/yacc.output
++/src/yacc.tab.cpp
++/src/yacc.tab.hpp
++/src/yacc.tab.o
++/stamp-h1
++/src/testdir/*.out
++/src/testdir/test.log
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a22980a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+
+auto-gitignore