[libvtemm] Added some .gitignore files.



commit 5421f37bfd9e2d8c74cf278060295fa4824f4cd6
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Aug 19 21:58:38 2009 +0200

    Added some .gitignore files.
    
    * .gitignore:
    * build/.gitignore:
    * codegen/extradefs/.gitignore:
    * docs/reference/.gitignore:
    * libvte/libvtemm/.gitignore:
    * libvte/libvtemm/private/.gitignore: New .gitignore files.

 .gitignore                         |   19 +++++++++++++++++++
 build/.gitignore                   |   17 +++++++++++++++++
 codegen/extradefs/.gitignore       |    2 ++
 docs/reference/.gitignore          |    5 +++++
 libvte/libvtemm/.gitignore         |    4 ++++
 libvte/libvtemm/private/.gitignore |    1 +
 6 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..79ed43a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+/aclocal.m4
+/autom4te.cache/
+/config.log
+/config.status
+/configure
+/libtool
+/libvtemm-*.tar.*
+/INSTALL
+/libvte/libvtemmconfig.h
+
+Makefile
+Makefile.in
+stamp-*
+.stamp*
+*.l[oa]
+*.[oa]
+*.deps/
+*.libs/
+*.pc
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..cf5319f
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,17 @@
+/compile-binding.am
+/config.guess
+/config.h*
+/config.sub
+/depcomp
+/dist-changelog.am
+/doc-reference.am
+/generate-binding.am
+/install-sh
+/libtool.m4
+/ltmain.sh
+/lt~obsolete.m4
+/ltoptions.m4
+/ltsugar.m4
+/ltversion.m4
+/missing
+
diff --git a/codegen/extradefs/.gitignore b/codegen/extradefs/.gitignore
new file mode 100644
index 0000000..d6f3e9b
--- /dev/null
+++ b/codegen/extradefs/.gitignore
@@ -0,0 +1,2 @@
+/.dirstamp
+/generate_extra_defs
diff --git a/docs/reference/.gitignore b/docs/reference/.gitignore
new file mode 100644
index 0000000..874e594
--- /dev/null
+++ b/docs/reference/.gitignore
@@ -0,0 +1,5 @@
+/Doxyfile
+/doxygen.log
+/html/
+/libvtemm-*.tag
+/libvtemm-*.devhelp2
diff --git a/libvte/libvtemm/.gitignore b/libvte/libvtemm/.gitignore
new file mode 100644
index 0000000..cb5e8b8
--- /dev/null
+++ b/libvte/libvtemm/.gitignore
@@ -0,0 +1,4 @@
+/charattributes.*
+/terminal.*
+/terminalaccessible.*
+/wrap_init.cc
diff --git a/libvte/libvtemm/private/.gitignore b/libvte/libvtemm/private/.gitignore
new file mode 100644
index 0000000..0cb5a60
--- /dev/null
+++ b/libvte/libvtemm/private/.gitignore
@@ -0,0 +1 @@
+/*_p.h



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