[tor-commits] [tor/maint-0.2.5] Add cscope generated files to .gitignore.
nickm at torproject.org
nickm at torproject.org
Mon Sep 8 19:08:18 UTC 2014
commit f551a053e35a937da2e01d382639e79f1e6d2369
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Sep 8 15:07:54 2014 -0400
Add cscope generated files to .gitignore.
Closes #13092; patch from dgoulet.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index de1eb04..1a47990 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,8 @@
# Python droppings
*.pyc
*.pyo
+# Cscope
+cscope.*
# /
/Makefile
More information about the tor-commits
mailing list