Disable build features constant

This commit is contained in:
Felix Krull 2019-08-28 23:20:15 +02:00 committed by Colin Walters
parent d51861e80c
commit 0e3b567b19
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ ignore = [
"OSTree.VERSION", "OSTree.VERSION",
"OSTree.VERSION_S", "OSTree.VERSION_S",
"OSTree.YEAR_VERSION", "OSTree.YEAR_VERSION",
# build-dependent constants
"OSTree.BUILT_FEATURES",
] ]
girs_dir = "../gir-files" girs_dir = "../gir-files"