summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 11:11:58 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 11:14:34 +0200
commit994ae44a77e55077bb64141a08ab8a5143a7d3f1 (patch)
tree4f7db657338868e83f7bf9851144694a50b41e99 /.gitignore
parent5cc30b2b68f551506bd9bbbe1306a24009e14eca (diff)
downloadlibsecret-994ae44a77e55077bb64141a08ab8a5143a7d3f1.tar.gz
Split the pkg-config files, gir, and vapi into stable/unstable
* C callers need to use libsecret-0 pkg-config file for stable and libsecret-unstable for unstable stuff. * Vala callers need to '--pkg libsecret-unstable' for unstable * GObject Introspection callers need to use the SecretUnstable package
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 43fbffd..bef9fe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*~
*.bak
+*.deps
*.gcov
*.gcno
*.gcda
@@ -8,6 +9,7 @@
*.la
*.lo
*.o
+*.patch
*.pyc
*.pc
*.tar.gz
@@ -74,6 +76,6 @@ stamp*
!/libsecret/tests/test-*.js
!/libsecret/tests/test-*.py
!/libsecret/tests/test-*.vala
-/libsecret/tests/test-vala-lang.c
+/libsecret/tests/test-vala-*.c
/tool/secret-tool