summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/auto-gitignore36
-rw-r--r--debian/patches/series1
2 files changed, 37 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..40b4e90
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,36 @@
+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 (6.12) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..d88fd4b
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,22 @@
++*.o
++*.exe
++*Makefile
++*Makefile*
++*.Debug
++*.Release
++*moc_*.cpp
++*ui_*.h
++*qrc_*.cpp
++*.so
++*.so.*
++*.sw?
++*.a
++*.pro.user*
++*.pdf
++.*.swp
++.qmake.stash
++bin
++macx.pri
++unix.pri
++win32.pri
++lib/
diff --git a/debian/patches/series b/debian/patches/series
index 0c07ab7..69dbb4b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
fix-build-with-qt5.patch
+auto-gitignore