diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-09 08:32:26 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-09 08:33:38 -0400 |
commit | abf6209f26c6c258010edb41610f82c5cd31c4c1 (patch) | |
tree | 11657284094b31a725266df1adff068c2dadf5bf /.gitignore | |
parent | 1542cb4d56fd860b1dedefa8d3d9ac0dd959101e (diff) | |
download | perl-abf6209f26c6c258010edb41610f82c5cd31c4c1.tar.gz |
Add gtags and ctags files into .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cee08f6acc..93ac2acc15 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,12 @@ MANIFEST.new # generated by the top level install.html target. XXX Why does it need this? /vms/README_vms.pod + +# ctags +tags +TAGS +# gtags +GPATH +GRPATH +GRTAGS +GTAGS |