Gitignore tags.

This commit is contained in:
Spenser Truex 2019-06-21 15:11:21 -07:00 committed by duianto
parent f2e4b8d377
commit b5d2774965
2 changed files with 19 additions and 0 deletions

18
.gitignore vendored
View File

@ -65,3 +65,21 @@ private/
/games/
/doc/COMMUNITY.org
/doc/CONTRIBUTING.org
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
# source: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out

View File

@ -398,6 +398,7 @@ sane way, here is the complete list of changed key bindings
(thanks to Eugene Yaremenko and Sylvain Benner)
- New variable =dotspacemacs-undecorated-at-startup= (thanks to bb2020)
Other:
- =.gitignore= now ignores tag files.
- Added =vim-style-visual-feedback= and =hybrid-style-visual-feedback= style
variables to enable =evil-goggles= pulse in the Vim and Hybrid editing
styles, respectively; disabled by default (thanks to Sylvain Benner)