summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-11-29 21:50:07 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-11-29 21:50:07 +0000
commit65bef0279eb01bb2e2655dbdf2ce5b3c20eee5d7 (patch)
treeb74b72ba2c336a931f8945467e5b18bcd6ef484a
parentdd522b3242abc2ea85fcf532ccf24c5c544c947e (diff)
Don't ignore (when using git) stamps directory
Reasoning, on git clean the directory will be removed. But the security tracker needs the stamps dir (e.g. Makefile). git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58128 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rw-r--r--.gitignore1
-rw-r--r--stamps/.gitignore6
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b3df5c6f3b..d99db5aac6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@
.gitignore
data/nvd/
data/security.db*
-stamps/
*_Packages
*_Sources
*.pyc
diff --git a/stamps/.gitignore b/stamps/.gitignore
new file mode 100644
index 0000000000..0a439ca467
--- /dev/null
+++ b/stamps/.gitignore
@@ -0,0 +1,6 @@
+#
+# general rules
+#
+.gitignore
+*-*
+*~

© 2014-2024 Faster IT GmbH | imprint | privacy policy