gnome-keyring r1503 - in trunk: . common common/tests daemon daemon/data daemon/keyrings daemon/keyrings/tests daemon/pk daemon/pk/tests daemon/pkcs11 daemon/pkix daemon/pkix/tests daemon/ui egg egg/tests gcr gcr/tests gp11 gp11/reference gp11/reference/tmpl gp11/tests library library/reference library/reference/tmpl library/tests pam pam/tests pkcs11 pkcs11/gck pkcs11/gck/tests pkcs11/plex-layer pkcs11/roots-store pkcs11/roots-store/tests pkcs11/rpc-layer pkcs11/ssh-agent pkcs11/ssh-store pkcs11/ssh-store/tests pkcs11/user-store po tests tool
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1503 - in trunk: . common common/tests daemon daemon/data daemon/keyrings daemon/keyrings/tests daemon/pk daemon/pk/tests daemon/pkcs11 daemon/pkix daemon/pkix/tests daemon/ui egg egg/tests gcr gcr/tests gp11 gp11/reference gp11/reference/tmpl gp11/tests library library/reference library/reference/tmpl library/tests pam pam/tests pkcs11 pkcs11/gck pkcs11/gck/tests pkcs11/plex-layer pkcs11/roots-store pkcs11/roots-store/tests pkcs11/rpc-layer pkcs11/ssh-agent pkcs11/ssh-store pkcs11/ssh-store/tests pkcs11/user-store po tests tool
- Date: Sat, 7 Feb 2009 17:33:57 +0000 (UTC)
Author: nnielsen
Date: Sat Feb 7 17:33:57 2009
New Revision: 1503
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1503&view=rev
Log:
Ignore built files in git.
Added:
trunk/.gitignore
trunk/common/.gitignore
trunk/common/tests/.gitignore
trunk/daemon/.gitignore
trunk/daemon/data/.gitignore
trunk/daemon/keyrings/.gitignore
trunk/daemon/keyrings/tests/.gitignore
trunk/daemon/pk/.gitignore
trunk/daemon/pk/tests/.gitignore
trunk/daemon/pkcs11/.gitignore
trunk/daemon/pkix/.gitignore
trunk/daemon/pkix/tests/.gitignore
trunk/daemon/ui/.gitignore
trunk/egg/.gitignore
trunk/egg/tests/.gitignore
trunk/gcr/.gitignore
trunk/gcr/tests/.gitignore
trunk/gp11/.gitignore
trunk/gp11/reference/.gitignore
trunk/gp11/reference/tmpl/.gitignore
trunk/gp11/tests/.gitignore
trunk/library/.gitignore
trunk/library/reference/.gitignore
trunk/library/reference/tmpl/.gitignore
trunk/library/tests/.gitignore
trunk/pam/.gitignore
trunk/pam/tests/.gitignore
trunk/pkcs11/.gitignore
trunk/pkcs11/gck/.gitignore
trunk/pkcs11/gck/tests/.gitignore
trunk/pkcs11/plex-layer/.gitignore
trunk/pkcs11/roots-store/.gitignore
trunk/pkcs11/roots-store/tests/.gitignore
trunk/pkcs11/rpc-layer/.gitignore
trunk/pkcs11/ssh-agent/.gitignore
trunk/pkcs11/ssh-store/.gitignore
trunk/pkcs11/ssh-store/tests/.gitignore
trunk/pkcs11/user-store/.gitignore
trunk/po/.gitignore
trunk/tests/.gitignore
trunk/tool/.gitignore
Added: trunk/.gitignore
==============================================================================
--- (empty file)
+++ trunk/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,55 @@
+/*.bak
+/compile
+/*.tmp
+/*.prj
+/*.pws
+/*.anjuta
+/*.tar.gz
+/ABOUT-NLS
+/Makefile
+/Makefile.in
+/aclocal.m4
+/autom4te.cache
+/confdefs.h
+/config.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.status.lineno
+/config.sub
+/configure
+/install-sh
+/intltool-extract
+/intltool-extract.in
+/intltool-merge
+/intltool-merge.in
+/intltool-update
+/intltool-update.in
+/libtool
+/ltconfig
+/ltmain.sh
+/missing
+/mkinstalldirs
+/obj
+/stamp-h
+/stamp-h1
+/stamp-h.in
+/gnome-keyring-ask
+/gnome-keyring-daemon
+/list-keyrings
+/test-keyring
+/test-keyring-two
+/gnome-keyring-1.pc
+/gnome-keyring-1-uninstalled.pc
+/gtk-doc.make
+/depcomp
+/junk
+/TODO.tasks
+*.o
+*.la
+*.lo
+*.a
+.*project
+
Added: trunk/common/.gitignore
==============================================================================
--- (empty file)
+++ trunk/common/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/Makefile
+/Makefile.in
+/.libs
+/.*
Added: trunk/common/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/common/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/Makefile
+/Makefile.in
+/.*
+/run-*-test*
Added: trunk/daemon/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,9 @@
+/.libs
+/.deps
+/Makefile
+/Makefile.in
+/gnome-keyring-ask
+/gnome-keyring-daemon
+/org.gnome.keyring.service
+/gnome-keyring-daemon.desktop
+/gnome-keyring-daemon.desktop.in
Added: trunk/daemon/data/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/data/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,3 @@
+/gnome-keyring.schemas
+/Makefile
+/Makefile.in
Added: trunk/daemon/keyrings/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/keyrings/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,6 @@
+/Makefile.in
+/Makefile
+/.*
+/.deps
+/.libs
+/*.loT
Added: trunk/daemon/keyrings/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/keyrings/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,5 @@
+/run-keyrings-test.*
+/run-*-test*
+/.*
+/Makefile
+/Makefile.in
Added: trunk/daemon/pk/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/pk/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,7 @@
+/.deps
+/.libs
+/*.loT
+/Makefile
+/Makefile.in
+/gkr-pki-marshal.h
+/gkr-pki-marshal.c
Added: trunk/daemon/pk/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/pk/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,6 @@
+/run-pk-test.?
+/Makefile
+/Makefile.in
+/run-pk-test
+/.*
+/run-*-test*
Added: trunk/daemon/pkcs11/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/pkcs11/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,3 @@
+/Makefile.in
+/.*
+/Makefile
Added: trunk/daemon/pkix/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/pkix/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,5 @@
+/gkr-pkix-marshal.h
+/gkr-pkix-marshal.c
+/.*
+/Makefile
+/Makefile.in
Added: trunk/daemon/pkix/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/pkix/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,5 @@
+/run-*-test.?
+/.*
+/run-*-test
+/Makefile
+/Makefile.in
Added: trunk/daemon/ui/.gitignore
==============================================================================
--- (empty file)
+++ trunk/daemon/ui/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,7 @@
+/Makefile.in
+/gnome-keyring-ask
+/.*
+/gkr-ask-marshal.?
+/Makefile
+/.deps
+/.libs
Added: trunk/egg/.gitignore
==============================================================================
--- (empty file)
+++ trunk/egg/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,6 @@
+/asn1-def-pk.h
+/asn1-def-pkix.h
+/.deps
+/.libs
+/Makefile
+/Makefile.in
Added: trunk/egg/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/egg/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,8 @@
+/asn1-def-test.h
+/run-auto-test.c
+/run-auto-test.h
+/.deps
+/.libs
+/Makefile
+/Makefile.in
+/run-auto-test
Added: trunk/gcr/.gitignore
==============================================================================
--- (empty file)
+++ trunk/gcr/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,10 @@
+/gcr-marshal.c
+/gcr-marshal.h
+/.deps
+/.libs
+/gcr.pc
+/gcr-0.pc
+/Makefile
+/Makefile.in
+/gcr-import-dialog.ui
+/gcr-certificate-basics-widget.ui
Added: trunk/gcr/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/gcr/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,8 @@
+/Makefile
+/Makefile.in
+/run-auto-test
+/run-auto-test.c
+/run-auto-test.h
+/.deps
+/.libs
+/ui-test-details
Added: trunk/gp11/.gitignore
==============================================================================
--- (empty file)
+++ trunk/gp11/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,7 @@
+/gp11-*.pc
+/gp11.pc
+/Makefile
+/Makefile.in
+/.*
+/gp11-marshal.h
+/gp11-marshal.c
Added: trunk/gp11/reference/.gitignore
==============================================================================
--- (empty file)
+++ trunk/gp11/reference/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,17 @@
+/.*
+/*.bak
+/Makefile
+/Makefile.in
+/gp11.args
+/gp11.hierarchy
+/gp11.interfaces
+/gp11.prerequisites
+/gp11.signals
+/gp11-decl.txt
+/gp11-decl-list.txt
+/gp11-overrides.txt
+/gp11-undocumented.txt
+/gp11-unused.txt
+/*.stamp
+/xml
+/html
Added: trunk/gp11/reference/tmpl/.gitignore
==============================================================================
--- (empty file)
+++ trunk/gp11/reference/tmpl/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,7 @@
+/*.bak
+/gp11-marshal.sgml
+/gp11-private.sgml
+/gp11-test.sgml
+/pkcs11.sgml
+/run-auto-test.sgml
+/run-prompt-test.sgml
Added: trunk/gp11/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/gp11/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,9 @@
+/run-auto-test.h
+/run-prompt-test.h
+/run-auto-test.c
+/run-prompt-test.c
+/run-auto-test
+/run-prompt-test
+/Makefile
+/Makefile.in
+/.*
Added: trunk/library/.gitignore
==============================================================================
--- (empty file)
+++ trunk/library/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,8 @@
+/*.pc
+/.libs
+/.deps
+/Makefile.in
+/Makefile
+/test-keyring
+/test-keyring-two
+/list-keyrings
Added: trunk/library/reference/.gitignore
==============================================================================
--- (empty file)
+++ trunk/library/reference/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,16 @@
+/*.bak
+/Makefile
+/Makefile.in
+/gnome-keyring.args
+/gnome-keyring.hierarchy
+/gnome-keyring.interfaces
+/gnome-keyring.prerequisites
+/gnome-keyring.signals
+/gnome-keyring-decl.txt
+/gnome-keyring-decl-list.txt
+/gnome-keyring-overrides.txt
+/gnome-keyring-undocumented.txt
+/gnome-keyring-unused.txt
+/*.stamp
+/xml
+/html
Added: trunk/library/reference/tmpl/.gitignore
==============================================================================
--- (empty file)
+++ trunk/library/reference/tmpl/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1 @@
+/*.bak
Added: trunk/library/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/library/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/run-*-test*
+/.*
+/Makefile
+/Makefile.in
Added: trunk/pam/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pam/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/Makefile
+/Makefile.in
+/.*
+/*.loT
Added: trunk/pam/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pam/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/run-*-test*
+/Makefile
+/Makefile.in
+/.*
Added: trunk/pkcs11/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/Makefile
+/Makefile.in
+/.deps
+/.libs
Added: trunk/pkcs11/gck/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/gck/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,8 @@
+/.*
+/Makefile
+/Makefile.in
+/temporary-test
+/asn1-def-pk.h
+/asn1-def-pkix.h
+/gck-marshal.c
+/gck-marshal.h
Added: trunk/pkcs11/gck/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/gck/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,8 @@
+/run-auto-test.*
+/asn1-def-test.h
+/run-prompt-test.*
+/.*
+/Makefile
+/Makefile.in
+/run-auto-test
+/run-prompt-test
Added: trunk/pkcs11/plex-layer/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/plex-layer/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,3 @@
+/Makefile
+/Makefile.in
+/.*
Added: trunk/pkcs11/roots-store/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/roots-store/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,3 @@
+/Makefile
+/Makefile.in
+/.*
Added: trunk/pkcs11/roots-store/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/roots-store/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
Added: trunk/pkcs11/rpc-layer/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/rpc-layer/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,5 @@
+/Makefile
+/Makefile.in
+/.*
+/p11-rpc-test-daemon
+/gck-rpc-daemon-standalone
Added: trunk/pkcs11/ssh-agent/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/ssh-agent/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/.*
+/gck-ssh-agent-standalone
+/Makefile
+/Makefile.in
Added: trunk/pkcs11/ssh-store/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/ssh-store/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,3 @@
+/.*
+/Makefile
+/Makefile.in
Added: trunk/pkcs11/ssh-store/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/ssh-store/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,5 @@
+/run-auto-test.*
+/.*
+/Makefile
+/Makefile.in
+/run-auto-test
Added: trunk/pkcs11/user-store/.gitignore
==============================================================================
--- (empty file)
+++ trunk/pkcs11/user-store/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,3 @@
+/.*
+/Makefile
+/Makefile.in
Added: trunk/po/.gitignore
==============================================================================
--- (empty file)
+++ trunk/po/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,15 @@
+/*.gmo
+/*.mo
+/*.pot
+/Makefile
+/Makefile.in
+/Makefile.in.in
+/POTFILES
+/po2tbl.sed
+/po2tbl.sed.in
+/cat-id-tbl.c
+/stamp-cat-id
+/stamp-it
+/messages
+/missing
+/.intltool-merge-cache
Added: trunk/tests/.gitignore
==============================================================================
--- (empty file)
+++ trunk/tests/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,15 @@
+/.*
+/Makefile.in
+/Makefile
+/unit-test
+/unit-test-harness.c
+/unit-test-auto.h
+/unit-test-auto.c
+/list-keyrings
+/test-keyring
+/test-keyring-two
+/unit-test-auto
+/unit-test-prompt.h
+/unit-test-prompt.c
+/unit-test-prompt
+/run-*-test*
Added: trunk/tool/.gitignore
==============================================================================
--- (empty file)
+++ trunk/tool/.gitignore Sat Feb 7 17:33:57 2009
@@ -0,0 +1,4 @@
+/.*
+/Makefile
+/Makefile.in
+/gnome-keyring
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]