.gitignore: Ignore ctags/etags files
Running `make TAGS` generates a `TAGS` file, and "vim-erlang-tags" produces a `tags` file when :ErlangTags is called.
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
/.rebar
|
||||
/log/
|
||||
Mnesia.nonode@nohost/
|
||||
/TAGS
|
||||
/tags
|
||||
# Binaries created with tools/make-{binaries,installers,packages}:
|
||||
/ejabberd_*.deb
|
||||
/ejabberd-*.rpm
|
||||
|
||||
Reference in New Issue
Block a user