* [PATCH] cld: git should ignore cscope temporary files
@ 2010-01-04 0:47 Colin McCabe
2010-01-04 10:18 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Colin McCabe @ 2010-01-04 0:47 UTC (permalink / raw)
To: Project Hail List; +Cc: Pete Zaitcev, Jeff Garzik, Colin McCabe
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
---
.gitignore | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 067bf1a..79a4cd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,5 +28,9 @@ cldbadm
cld*.tar.gz
cld-config.h*
+# cscope files
+cscope.*
+ncscope.*
+
# ignore Doxygen output directory
gendoc
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-04 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 0:47 [PATCH] cld: git should ignore cscope temporary files Colin McCabe
2010-01-04 10:18 ` Jeff Garzik
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.