summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/auto-gitignore39
-rw-r--r--debian/patches/series1
2 files changed, 40 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..cd4f642
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,39 @@
+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 (4.4) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+deleted file mode 100644
+index 392a2cc..0000000
+--- a/.gitignore
++++ /dev/null
+@@ -1,25 +0,0 @@
+-# Object files
+-*.o
+-*.ko
+-
+-# Libraries
+-*.lib
+-*.a
+-
+-# Shared objects (inc. Windows DLLs)
+-*.dll
+-*.so
+-*.so.*
+-*.dylib
+-
+-# Executables
+-*.exe
+-*.out
+-*.app
+-baresip
+-selftest
+-
+-# Generated files
+-src/static.c
+-build*
+-*.pc
diff --git a/debian/patches/series b/debian/patches/series
index ebbb227..1ad8451 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
2001_drop_libre_so_check.patch
1001_gcc7_compat.patch
+auto-gitignore