1
0
Fork 0
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:
Holger Weiss 2024-05-19 18:55:38 +02:00
parent cb49fcf459
commit f72cb1b5c8

2
.gitignore vendored
View file

@ -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