[dia] Finetuned .gitignore files



commit c165dcdfd34fcff39e28b3f592ce587a151225fd
Author: Hans Breuer <hans breuer org>
Date:   Mon Apr 13 19:06:07 2009 +0200

    Finetuned .gitignore files
---
 .gitignore                  |   39 +++++++++++++++++++++++++++++++++++++++
 app/.gitignore              |    7 +++++++
 bindings/.gitignore         |    4 ++++
 doc/.gitignore              |   11 +++++++++++
 lib/.gitignore              |    5 +++++
 objects/.gitignore          |    2 ++
 objects/standard/.gitignore |    2 ++
 plug-ins/.gitignore         |    2 ++
 plug-ins/python/.gitignore  |    4 ++++
 po/.gitignore               |   15 +++++++++++++++
 sheets/.gitignore           |    6 ++++++
 tests/.gitignore            |    3 +++
 12 files changed, 100 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9ada740
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+Makefile
+Makefile.in
+.deps
+.libs
+*~
+*.o
+*.lo
+*.obj
+*.pdb
+*.dll
+*.exp
+*.lib
+*.exe
+*.res
+*.diff
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+core-translation-report
+depcomp
+dia.desktop
+dia.desktop.in
+dia.keys
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+stamp-h1
+
diff --git a/app/.gitignore b/app/.gitignore
new file mode 100644
index 0000000..e62e34c
--- /dev/null
+++ b/app/.gitignore
@@ -0,0 +1,7 @@
+dia
+dia-embedd
+run_dia.sh
+run_diaconv.sh
+diaconv
+dia-app-icons.h
+
diff --git a/bindings/.gitignore b/bindings/.gitignore
new file mode 100644
index 0000000..9aeefe0
--- /dev/null
+++ b/bindings/.gitignore
@@ -0,0 +1,4 @@
+_dia.la
+dia-python.cpp
+dia.py
+
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..86611ae
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,11 @@
+dia-manual
+dia-manual.junk
+stamp-doc
+omf_timestamp
+*.html
+*.fo
+*.pdf
+*.chm
+*.hhp
+*.hhc
+
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644
index 0000000..adde06f
--- /dev/null
+++ b/lib/.gitignore
@@ -0,0 +1,5 @@
+diamarshal.c
+diamarshal.h
+dia-lib-icons.h
+libdia.la
+
diff --git a/objects/.gitignore b/objects/.gitignore
new file mode 100644
index 0000000..77c77cf
--- /dev/null
+++ b/objects/.gitignore
@@ -0,0 +1,2 @@
+*_objects.la
+
diff --git a/objects/standard/.gitignore b/objects/standard/.gitignore
new file mode 100644
index 0000000..4d7c818
--- /dev/null
+++ b/objects/standard/.gitignore
@@ -0,0 +1,2 @@
+tool-icons.h
+
diff --git a/plug-ins/.gitignore b/plug-ins/.gitignore
new file mode 100644
index 0000000..1c7d672
--- /dev/null
+++ b/plug-ins/.gitignore
@@ -0,0 +1,2 @@
+*_filter.la
+
diff --git a/plug-ins/python/.gitignore b/plug-ins/python/.gitignore
new file mode 100644
index 0000000..3b4305c
--- /dev/null
+++ b/plug-ins/python/.gitignore
@@ -0,0 +1,4 @@
+*.a
+*.pyc
+*.pyo
+libpython_plugin.la
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..54e68ff
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,15 @@
+*.gmo
+*.mo
+*.pot
+Makefile.in.in
+po2tbl.sed
+po2tbl.sed.in
+POTFILES
+cat-id-tbl.c
+stamp-cat-id
+messages
+missing
+.intltool-merge-cache
+stamp-it
+.intltool-merge-cachemake
+
diff --git a/sheets/.gitignore b/sheets/.gitignore
new file mode 100644
index 0000000..609295d
--- /dev/null
+++ b/sheets/.gitignore
@@ -0,0 +1,6 @@
+sheet-translation-report
+*.sheet
+stamp-po-files
+temp-po
+build-sheets.stamp
+
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..8483e2e
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,3 @@
+objects
+boundingbox
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]