[at-spi] Created .gitignore files



commit c6e1be809dd318ca4d661de1d2cf6bc0f381c9b8
Author: Pablo Castellano <pablog src gnome org>
Date:   Mon Jan 4 16:21:28 2010 +0100

    Created .gitignore files

 .gitignore                    |   45 +++++++++++++++++++++++++++++++++++++++++
 docs/reference/idl/.gitignore |    2 +
 libspi/.gitignore             |    5 ++++
 login-helper/.gitignore       |    5 ++++
 po/.gitignore                 |    6 +++++
 pyatspi/.gitignore            |    2 +
 registryd/.gitignore          |    5 ++++
 test/.gitignore               |   14 ++++++++++++
 8 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e08c03f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,45 @@
+*.o
+*.a
+*.lo
+*.la
+*.stamp
+*.bak
+*.tmp
+*.swp
+.tm*
+~*
+
+.deps
+.libs
+/autom4te.cache
+
+/INSTALL
+Makefile
+Makefile.in
+/aclocal.m4
+/at-spi.schemas
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/cspi-1.0-uninstalled.pc
+/cspi-1.0.pc
+/depcomp
+/gtk-doc.make
+/install-sh
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/libtool
+/libloginhelper-1.0-uninstalled.pc
+/libloginhelper-1.0.pc
+/libspi-1.0-uninstalled.pc
+/libspi-1.0.pc
+/ltmain.sh
+/missing
+/mkinstalldirs
+/py-compile
+/stamp-h1
diff --git a/docs/reference/idl/.gitignore b/docs/reference/idl/.gitignore
new file mode 100644
index 0000000..9f9d9c9
--- /dev/null
+++ b/docs/reference/idl/.gitignore
@@ -0,0 +1,2 @@
+/doxygen-output.txt
+/doxygen-warnings.txt
diff --git a/libspi/.gitignore b/libspi/.gitignore
new file mode 100644
index 0000000..34bd122
--- /dev/null
+++ b/libspi/.gitignore
@@ -0,0 +1,5 @@
+/Accessibility-common.c
+/Accessibility-imodule.c
+/Accessibility-skels.c
+/Accessibility-stubs.c
+/Accessibility.h
diff --git a/login-helper/.gitignore b/login-helper/.gitignore
new file mode 100644
index 0000000..7315db8
--- /dev/null
+++ b/login-helper/.gitignore
@@ -0,0 +1,5 @@
+/Accessibility_LoginHelper-common.c
+/Accessibility_LoginHelper-imodule.c
+/Accessibility_LoginHelper-skels.c
+/Accessibility_LoginHelper-stubs.c
+/Accessibility_LoginHelper.h
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..487e990
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,6 @@
+*.gmo
+
+/.intltool-merge-cache
+/Makefile.in.in
+/POTFILES
+/stamp-it
diff --git a/pyatspi/.gitignore b/pyatspi/.gitignore
new file mode 100644
index 0000000..00cad51
--- /dev/null
+++ b/pyatspi/.gitignore
@@ -0,0 +1,2 @@
+/__init__.py
+/pyatspi-corba.pth
diff --git a/registryd/.gitignore b/registryd/.gitignore
new file mode 100644
index 0000000..6f2f338
--- /dev/null
+++ b/registryd/.gitignore
@@ -0,0 +1,5 @@
+/Accessibility_Registry.server
+/Accessibility_Registry.server.in
+/at-spi-registryd
+/at-spi-registryd.desktop
+/at-spi-registryd.desktop.in.in
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..cc48661
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,14 @@
+/app
+/at
+/event-listener-test
+/key-listener-test
+/keypad-test
+/keysynth-demo
+/keysynth-test
+/login-helper-client-test
+/login-helper-server-test
+/screen-review-test
+/simple-at
+/stress-test
+/test-simple
+/window-listener-test



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