aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-04-08 11:12:54 +0200
committerChristophe Romain <christophe.romain@process-one.net>2013-06-13 11:11:02 +0200
commit4d8f7706240a1603468968f47fc7b150b788d62f (patch)
tree92d55d789cc7ac979b3c9e161ffb7f908eba043a /.gitignore
parentFix Guide: ejabberd_service expects a shaper_rule, not a shaper (diff)
Switch to rebar build tool
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 17 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index 60f1a2614..348ab660f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,15 @@
# You can add personal rules in your file .git/info/exclude
*.swp
*~
+\#*#
+.#*
+/Makefile
+/config.log
+/config.status
+/aclocal.m4
/contrib/extract_translations/extract_translations.beam
+/*.cache
+/deps/
/doc/*.aux
/doc/*.haux
/doc/*.html
@@ -16,23 +24,14 @@
/doc/*.toc
/doc/contributed_modules.tex
/doc/version.tex
-/src/*.beam
-/src/*.so
-/src/*.so.dSYM
-/src/*/*.beam
-/src/*/Makefile
-/src/Makefile
+/ebin/*.beam
+/ebin/ejabberd.app
+/include/ELDAPv3.hrl
+/include/XmppAddr.hrl
+/src/ELDAPv3.asn1db
+/src/ELDAPv3.erl
/src/XmppAddr.asn1db
/src/XmppAddr.erl
-/src/XmppAddr.hrl
-/src/aclocal.m4
-/src/autom4te.cache
-/src/config.log
-/src/config.status
-/src/ejabberd.init
-/src/ejabberdctl.example
-/src/eldap/ELDAPv3.asn1db
-/src/eldap/ELDAPv3.erl
-/src/eldap/ELDAPv3.hrl
-/src/eldap/eldap_filter_yecc.erl
-/src/epam
+/src/ejabberd.app.src
+/src/eldap_filter_yecc.erl
+/vars.config