diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-05-11 02:13:35 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-05-11 02:13:35 -0300 |
commit | 6c5ac57ed7cd145dfdb68f699931892135597f60 (patch) | |
tree | dce6375ef398ab48b20c2c47f7dfacc9a0566f08 /.gitignore | |
parent | 1ec2fa42f83ec107d346e610496a547bde861725 (diff) |
Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f8296ef51e..35fadafbda 100644 --- a/.gitignore +++ b/.gitignore @@ -288,6 +288,7 @@ logo.h TAGS !TAGS/ tags +*.tags !tags/ gtags.files GTAGS |