diff options
author | Linus Tolke <linus@tigris.org> | 2012-04-24 20:57:32 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-04-24 19:22:29 +0000 |
commit | 63e5386fa656f684d101444c31d80ea463b25027 (patch) | |
tree | e23fa35d67c0dc02ef92ddd5badaea6453b2f0cd /.gitignore | |
parent | f908bae6bfc4b3c403b7e59095749ee33bdd13a5 (diff) | |
download | riscv-openocd-63e5386fa656f684d101444c31d80ea463b25027.zip riscv-openocd-63e5386fa656f684d101444c31d80ea463b25027.tar.gz riscv-openocd-63e5386fa656f684d101444c31d80ea463b25027.tar.bz2 |
topic: Ignored TAGS files.
Allow use of TAGS.
Change-Id: I5e71e8986671642b49cc9a62d37cc8c0dfa37181
Signed-off-by: Linus Tolke <linus@tigris.org>
Reviewed-on: http://openocd.zylin.com/595
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: jenkins
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,5 +89,8 @@ patches # Emacs temp files *~ +# Emacs TAGS file +TAGS + # CScope database files *cscope.out |