We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571446d commit 522717cCopy full SHA for 522717c
debian/.gitignore
@@ -0,0 +1,22 @@
1
+# Ignore generated files
2
+*.deb
3
+*.dsc
4
+*.changes
5
+*.build
6
+*.buildinfo
7
+*.tar.gz
8
+
9
+# Ignore files generated during build
10
+files
11
+autoreconf.*
12
+*.substvars
13
+*.log
14
+*.debhelper
15
+*-stamp
16
+/*/
17
+!missing-sources/
18
+!patches/
19
+!patches/*.patch
20
+!source/
21
+!tests/
22
+!upstream/
debian/gitlab-ci.yml
@@ -0,0 +1,3 @@
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
0 commit comments