summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-12-11 00:44:29 +0100
committergregor herrmann <gregoa@debian.org>2021-12-11 00:44:29 +0100
commitc6a34930b49284420a137d1ca6c0b9c9d030a402 (patch)
tree917f8844ab9d81c3c215951fa56ff52c68649a06
parent6ee1904562b42475bfc895e3ec660afdd621e27d (diff)
Commit patch to update .gitignore
[dgit (9.14) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore35
-rw-r--r--debian/patches/series1
2 files changed, 36 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..c0f72f7
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,35 @@
+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 (9.14) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+deleted file mode 100644
+index 18c5404..0000000
+--- a/.gitignore
++++ /dev/null
+@@ -1,21 +0,0 @@
+-# git-ls-files --others --exclude-from=.git/info/exclude
+-# Lines that start with '#' are comments.
+-# For a project mostly in C, the following would be a good set of
+-# exclude patterns (uncomment them if you want to use them):
+-# *.[oa]
+-# *~
+-*.o
+-*~
+-Makefile
+-Pro.bs
+-Pro.c
+-blib
+-pm_to_blib
+-Makefile.old
+-semantic.cache
+-templates-Pro/json
+-templates-Pro/json-cs
+-getoptint.re2c.inc
+-resetopt0.inc
+-resetoptnot0.inc
+-setoptint.re2c.inc
diff --git a/debian/patches/series b/debian/patches/series
index 0186cc3..5e171b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
optint.patch
+auto-gitignore