summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-07-30 07:27:51 -0400
committerGitHub <noreply@github.com>2021-07-30 07:27:51 -0400
commitf6a771e735c64ea45d16559eb3d8377d81a80cee (patch)
tree5afbb28f0d0fd10508cee49b85b7134e8aa214be /.gitignore
parent561557c5ae2f427033fb3809e52e8db7cbecf7f7 (diff)
Add code for repository configuration packages. (#11273)
* Add code for DEB repository config packages. * Add code for RPM repository config packages. And sync up Debian related code for consistency. * Add workflow to build and upload repoconfig packages. * Added repoconfig repository to repoconfig packages. This ensures we have a singe source of truth for them, and will also make switching between stable and nightly builds much easier. * Use base images instead of dedicated package builders. * Don0t prompt during DEB package builds. * Fix typos.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00d8631c44..48df0c92f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -217,3 +217,6 @@ externaldeps/
# vim sessions
Session.vim
Session.*.vim
+
+# Special exceptions
+!packaging/repoconfig/Makefile