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
commite63eb596892f14f3c5cae3b1af5a30884b98ea64 (patch)
tree944e9bd3f415e2914c7306e82f8702722d508820
parentc89a9a2a8975f31b162209df736dc06719e11d48 (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