Commit: fc673a285fd8e3c4ecb9b661e95e52bf576caa60 Author: gsr b3d Date: Tue Jan 22 12:48:49 2019 +0100 Branches: blender2.7 https://developer.blender.org/rBfc673a285fd8e3c4ecb9b661e95e52bf576caa60
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 =================================================================== M .gitignore =================================================================== diff --git a/.gitignore b/.gitignore index 814b7661bc6..ef39eb5796c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ __pycache__/ *.swo *# +# Indexes for emacs, vi & others +TAGS +tags + # QtCreator CMakeLists.txt.user _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
