diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 10:59:50 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 13:12:08 +0200 |
commit | c6691faa0348ab087e99ab9bd9914e1d5e81fa14 (patch) | |
tree | 185f0bc8ec6c4dc723fb4b40b3a980016be5d71a /.gitignore | |
parent | 5791608b2762d7264c58caaf9fe53d7a16ede1c1 (diff) | |
download | gcr-c6691faa0348ab087e99ab9bd9914e1d5e81fa14.tar.gz |
Split the GCR and GCK libraries out of gnome-keyringsplit
Commits prior to this commit will not build. To build
old releases of Gcr or Gck you should use the gnome-keyring
git module.
This module currently depends on: gtk+ >= 3.0, glib >= 2.28.0,
p11-kit >= 0.6, libgcrypt >= 1.2.2
Additionally it requires asn1Parser for building.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0b169e --- /dev/null +++ b/.gitignore @@ -0,0 +1,92 @@ +*.abi +*.autogen_bak +*.gir +*.gmo +*.la +*.lo +*.mo +*.o +*.pot +*.stamp +*.tar.gz +*.typelib +*.valid + +.*-cache +.cproject +.deps +.libs +.project + +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.h.in~ +config.h~ +config.log +config.status +config.sub +configure +depcomp +gtk-doc.make +INSTALL +install-sh +intltool-extract.in +intltool-merge.in +intltool-update.in +libtool +ltmain.sh +Makefile +Makefile.in +mkinstalldirs +missing +POTFILES +stamp-* + +/docs/reference/*/*-decl.txt +/docs/reference/*/*-decl-list.txt +/docs/reference/*/*-undeclared.txt +/docs/reference/*/*-undocumented.txt +/docs/reference/*/*-unused.txt +/docs/reference/*/*.args +/docs/reference/*/*.hierarchy +/docs/reference/*/*.interfaces +/docs/reference/*/*.prerequisites +/docs/reference/*/*.signals +/docs/reference/*/html +/docs/reference/*/tmpl +/docs/reference/*/version.xml +/docs/reference/*/version.xml +/docs/reference/*/xml + +/egg/tests/test-* +!/egg/test/test-*.c +/egg/asn1-def-*.c +/egg/tests/asn1-def-*.c + +/gck/*.pc +/gck/gck-enum-types* +/gck/gck-marshal.* +/gck/tests/test-* +!/gck/test/test-*.c + +/gcr/*.pc +/gcr/gcr-enum-types* +/gcr/gcr-oids.* +/gcr/gcr-marshal.* +/gcr/gcr-viewer +/gcr/gcr-viewer.desktop +/gcr/tests/frob-* +!/gcr/test/frob-*.c +/gcr/tests/test-* +!/gcr/test/test-*.c + +/po/Makefile.in.in +/po/*.sed +/po/*.sed.in +/po/*.c +/po/messages + |