From eec4addc197f012e8ba150e65ea280b37747fb09 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Thu, 30 Nov 2017 11:41:49 +0000 Subject: Move stamps to global .gitignore and add .keep file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58139 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3