aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-04 19:17:25 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-04 19:17:25 +0300
commite787c5ac2c4aff459dc3b9207fb0f36de38c204b (patch)
tree613fbafb4f9ab7bf669ad7f7e0a126f0f86a35f0
parent4a32316d7df8854790f65f128af287107831386b (diff)
downloadellinika-e787c5ac2c4aff459dc3b9207fb0f36de38c204b.tar.gz
ellinika-e787c5ac2c4aff459dc3b9207fb0f36de38c204b.tar.bz2
Add gitignores.
-rw-r--r--.gitignore28
-rw-r--r--elisp/.gitignore3
-rw-r--r--po/.gitignore18
-rw-r--r--scm/.gitignore4
-rw-r--r--src/.gitignore3
-rw-r--r--src/cgi-bin/.gitignore7
-rw-r--r--xml/.gitignore4
7 files changed, 67 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5db5eed
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+*.a
+*.la
+*.lo
+*.o
+*.tar.*
+*~
+.bootstrap
+.deps
+.emacs*
+.gdbinit
+.libs
+ABOUT-NLS
+ChangeLog
+INSTALL
+Makefile
+Makefile.in
+TAGS
+aclocal.m4
+autom4te.cache/
+build-aux
+config.h
+config.h.in
+config.log
+config.status
+configure
+core
+m4
+stamp-h1
diff --git a/elisp/.gitignore b/elisp/.gitignore
new file mode 100644
index 0000000..0cd2587
--- /dev/null
+++ b/elisp/.gitignore
@@ -0,0 +1,3 @@
+elc-stamp
+*.elc
+
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..22d6b47
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,18 @@
+Makefile.in.in
+Makevars.template
+Rules-quot
+boldquot.sed
+en@boldquot.header
+en@quot.header
+insert-header.sin
+quot.sed
+remove-potcdate.sin
+Makefile.in
+POTFILES
+Makefile
+stamp-po
+ellinika.pot
+*.gmo
+*.mo
+remove-potcdate.sed
+
diff --git a/scm/.gitignore b/scm/.gitignore
new file mode 100644
index 0000000..d033647
--- /dev/null
+++ b/scm/.gitignore
@@ -0,0 +1,4 @@
+dictrans
+dictrans.sed
+neatrans
+
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..22a4e72
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+
diff --git a/src/cgi-bin/.gitignore b/src/cgi-bin/.gitignore
new file mode 100644
index 0000000..1ae9efa
--- /dev/null
+++ b/src/cgi-bin/.gitignore
@@ -0,0 +1,7 @@
+dict.cgi
+dict.m4
+dict.scm
+dict.sed
+nea.cgi
+nea.scm
+
diff --git a/xml/.gitignore b/xml/.gitignore
new file mode 100644
index 0000000..af9dfbe
--- /dev/null
+++ b/xml/.gitignore
@@ -0,0 +1,4 @@
+conf.sed
+lingua.conf
+stamp-lingua
+

Return to:

Send suggestions and report system problems to the System administrator.