summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2015-01-24 13:53:43 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2015-01-24 14:18:21 (GMT)
commit08cfb908c22c0c7b5aeb788569950718939b7465 (patch)
tree6602640dc6b8dafaa3605d9cc3e955e66581d1e9 /.gitignore
parente13c3bc4aeba38f4f70754d8e73985eafb23a290 (diff)
downloadeulogium-08cfb908c22c0c7b5aeb788569950718939b7465.zip
eulogium-08cfb908c22c0c7b5aeb788569950718939b7465.tar.gz
eulogium-08cfb908c22c0c7b5aeb788569950718939b7465.tar.bz2
EFL empty project
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore63
1 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cd67ad2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,63 @@
+# generated and tmp files
+*~
+*.edj
+*.exe
+*.o
+*.lo
+*.la
+.deps
+*.gcno
+*.gcda
+
+/src/bin/skeleton
+/src/tests/skeleton_tests
+packaging/slackware/skeleton-*.txz
+skeleton-*.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
+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/
+/src/tests/skeleton_tests.*
+/src/tests/test-suite.log
+/src/tests/check-results.xml