diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-06-05 14:05:16 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-06-05 14:05:16 +0200 |
commit | 8734477d526b5a5d9ac08685b5fc02f204fc55e3 (patch) | |
tree | fec1d1aae7528196d23979cb5df932eea816cb07 /.gitignore | |
parent | ec8ba4b5f9700fed31295233c05d5906e8f6e9d9 (diff) | |
download | mutter-8734477d526b5a5d9ac08685b5fc02f204fc55e3.tar.gz |
meta: Add generated meta-version.h
Avoid populating *_VERSION constants through cflags in pkg-config-file
which could be overridden by the project using it. Properly prefix the
defines with META_ to make gi-scanner happy.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2b89a4aa..eaec1131e 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ src/xdg-shell-protocol.c src/xdg-shell-server-protocol.h src/xserver-protocol.c src/xserver-server-protocol.h +src/meta/meta-version.h doc/reference/*.args doc/reference/*.bak doc/reference/*.hierarchy |