diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-05-21 13:00:13 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-05-21 13:00:13 +0200 |
commit | 0b0f90c1bbd69e45e4de9f0cce99ac7bb5eca2ec (patch) | |
tree | f9d27f0003a42d77f356c8f7dbcf4800df246284 /.gitignore | |
parent | c409e13caa46669f75fcf849c11c9565807cd0ff (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-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ *.la *.a +# cscope/ctags index files +cscope* +tags + # Testing folders fuzzing/ |