Add cscope files to gitignore
authorDavid Goulet <dgoulet@efficios.com>
Mon, 8 Sep 2014 18:50:06 +0000 (14:50 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 8 Sep 2014 18:50:06 +0000 (14:50 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
.gitignore

index c1e487dff0755842fe387a4127c1c32f52c99d46..cbcff9ea20be3386a39cb04aac74e37c9475446c 100644 (file)
@@ -28,6 +28,10 @@ stamp-h1
 libtool
 tags
 
+# cscope and ctags
+cscope.*
+tags
+
 # m4 macros not automatically generated
 /config/
 !config/epoll.m4
This page took 0.024956 seconds and 4 git commands to generate.