From 0e6dcf027f5a19f1bbbcd2be276f8ffe0ed7a6ec Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 4 Nov 2010 21:11:33 +0000 Subject: [PATCH] .gitignore: also ignore CVS and .svn dirs - to make importing from cvs and svn repos smoother --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f6aded9b5..d73db065b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ GRTAGS GSYMS GTAGS \#*# +CVS +.svn