summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-11-30 11:41:49 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-11-30 11:41:49 +0000
commiteec4addc197f012e8ba150e65ea280b37747fb09 (patch)
tree9ce4268e123d1de88b18a8ecdc896ac7f7c79d2a
parent651f26816f657bcee9d01f6d7ef7a7009cff0ce8 (diff)
Move stamps to global .gitignore and add .keep file
We just want to keep at least the directory stamps around in both cases were someone works with git (git-svn) or svn. Thus don't distribute configration in various .gitingore and use method used already by other various projects with a .keep file instead. Move back Guido's addition of stamps to .gitignore Thanks: Guido Günther <agx@sigxcpu.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58139 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rw-r--r--.gitignore1
-rw-r--r--stamps/.gitignore6
-rw-r--r--stamps/.keep0
3 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index d99db5aac6..b3df5c6f3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
.gitignore
data/nvd/
data/security.db*
+stamps/
*_Packages
*_Sources
*.pyc
diff --git a/stamps/.gitignore b/stamps/.gitignore
deleted file mode 100644
index 0a439ca467..0000000000
--- a/stamps/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# general rules
-#
-.gitignore
-*-*
-*~
diff --git a/stamps/.keep b/stamps/.keep
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/stamps/.keep

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