Add cscope generated files to .gitignore.

Closes #13092; patch from dgoulet.
This commit is contained in:
Nick Mathewson 2014-09-08 15:07:54 -04:00
parent dcb4ee5b83
commit f551a053e3
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -23,6 +23,8 @@
# Python droppings # Python droppings
*.pyc *.pyc
*.pyo *.pyo
# Cscope
cscope.*
# / # /
/Makefile /Makefile