mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Git: add TAGS & tags to .gitignore
Index files used by emacs, vim and others, for autocompletion and searching; generated by etags, universal-ctags and others. Differential Revision: https://developer.blender.org/D4208
This commit is contained in:
parent
78d4e0fbf2
commit
fc673a285f
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,6 +11,10 @@ __pycache__/
|
|||
*.swo
|
||||
*#
|
||||
|
||||
# Indexes for emacs, vi & others
|
||||
TAGS
|
||||
tags
|
||||
|
||||
# QtCreator
|
||||
CMakeLists.txt.user
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue