ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/apps/equate.git/commit/?id=242cabee599ec8f6662c9c95819f2942834ee107

commit 242cabee599ec8f6662c9c95819f2942834ee107
Author: Andy Williams <a...@andywilliams.me>
Date:   Wed Sep 16 10:18:55 2015 +0100

    Setup ignores
---
 .gitignore | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c8adf12
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,61 @@
+# generated and tmp files
+*~
+*.edj
+*.exe
+*.o
+*.lo
+*.la
+.deps
+*.gcno
+*.gcda
+.dirstamp
+.edi
+
+/src/equate
+equate-*.tar.?z*
+po/*.gmo
+po/POTFILES
+.libs
+
+# autotools crap
+m4/*.m4
+!m4/efl*.m4
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.rpath
+config.status
+config.sub
+config.cache*
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
+ar-lib
+test-driver
+test-suite.log
+
+# gettext crap
+ABOUT-NLS
+po/Makefile.in.in
+po/Makevars.template
+po/Rules-quot
+po/boldquot.sed
+po/en@boldquot.header
+po/en@quot.header
+po/insert-header.sin
+po/quot.sed
+po/remove-potcdate.sed
+po/remove-potcdate.sin
+po/stamp-po
+
+/coverage/

-- 


Reply via email to