summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-21 13:00:13 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-21 13:00:13 +0200
commit0b0f90c1bbd69e45e4de9f0cce99ac7bb5eca2ec (patch)
treef9d27f0003a42d77f356c8f7dbcf4800df246284 /.gitignore
parentc409e13caa46669f75fcf849c11c9565807cd0ff (diff)
misc: Ignore files generated by cscope/ctags
Add the index files generated by cscope and ctags to .gitignore. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 117ec38..e46b817 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,10 @@
*.la
*.a
+# cscope/ctags index files
+cscope*
+tags
+
# Testing folders
fuzzing/