diff options
author | Stef Walter <stefw@gnome.org> | 2011-06-12 22:55:02 +0200 |
---|---|---|
committer | nobody <nobody@localhost.localdomain> | 2011-08-08 17:43:47 +0200 |
commit | 3dfd7aa70f64f4ec13c2684a80771b07a2b5843d (patch) | |
tree | cc19aff8aba4a169d572eb90fa15f1a31083e67f /.gitignore | |
download | libsecret-3dfd7aa70f64f4ec13c2684a80771b07a2b5843d.tar.gz |
Initial module setup. Implement GSecretData
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fbbe47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*~ +*.o +*.la +*.lo +.deps +.cproject +.libs +.project +aclocal.m4 +autom4te.cache +compile +configure +config.* +depcomp +install-sh +INSTALL +libtool +ltmain.sh +m4 +Makefile +Makefile.in +Makefile.in.in +missing +stamp* + +/po/POTFILES |