[Secure-testing-commits] r58128 - / stamps
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Wed Nov 29 21:50:07 UTC 2017
Author: carnil
Date: 2017-11-29 21:50:07 +0000 (Wed, 29 Nov 2017)
New Revision: 58128
Added:
stamps/.gitignore
Modified:
.gitignore
Log:
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).
Modified: .gitignore
===================================================================
--- .gitignore 2017-11-29 21:38:29 UTC (rev 58127)
+++ .gitignore 2017-11-29 21:50:07 UTC (rev 58128)
@@ -4,7 +4,6 @@
.gitignore
data/nvd/
data/security.db*
-stamps/
*_Packages
*_Sources
*.pyc
Added: stamps/.gitignore
===================================================================
--- stamps/.gitignore (rev 0)
+++ stamps/.gitignore 2017-11-29 21:50:07 UTC (rev 58128)
@@ -0,0 +1,6 @@
+#
+# general rules
+#
+.gitignore
+*-*
+*~
More information about the Secure-testing-commits
mailing list