summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2019-05-31 16:39:02 +0900
committerDaiki Ueno <dueno@src.gnome.org>2019-06-09 16:38:39 +0200
commitc00283ebd0db1b17d7333c5811878f2f614a723d (patch)
tree9ac07b43c39e8caa5f3f00ebb73600c389fa1b6e /.gitignore
parent31685e06081d4b2bde14fe4f8e253baee79423da (diff)
downloadlibsecret-c00283ebd0db1b17d7333c5811878f2f614a723d.tar.gz
Add version macros
Added macros: * SECRET_VERSION_MAJOR * SECRET_VERSION_MINOR * SECRET_VERSION_MICRO * SECRET_CHECK_VERSION These macros are widely defined in GLib based library. For example, GLib, GTK, poppler GLib and so on define them. These macros are useful to detect libsecret version on build type and from GObject Introspection based bindings.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0c8c394..5f2e41a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,6 +73,7 @@ stamp*
/libsecret/*-dbus-generated.[ch]
/libsecret/secret-enum-types.[ch]
+/libsecret/secret-version.h
/libsecret/tests/test-*
/libsecret/tests/*.metadata
!/libsecret/tests/test-*.c