mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
.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:
parent
cb49fcf459
commit
f72cb1b5c8
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -40,6 +40,8 @@
|
||||||
/.rebar
|
/.rebar
|
||||||
/log/
|
/log/
|
||||||
Mnesia.nonode@nohost/
|
Mnesia.nonode@nohost/
|
||||||
|
/TAGS
|
||||||
|
/tags
|
||||||
# Binaries created with tools/make-{binaries,installers,packages}:
|
# Binaries created with tools/make-{binaries,installers,packages}:
|
||||||
/ejabberd_*.deb
|
/ejabberd_*.deb
|
||||||
/ejabberd-*.rpm
|
/ejabberd-*.rpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue