diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-10-09 12:08:30 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-10-09 13:12:37 +0800 |
commit | f548e992662ccb0d5e14b5167b4693102f31ce7f (patch) | |
tree | 5843df79f4787df2a5cdcc0873921eb7e7c3777d /.gitignore | |
parent | a24f0ff63e55027637d81b28486dd4e6884b11f0 (diff) | |
download | wayland-protocols-f548e992662ccb0d5e14b5167b4693102f31ce7f.tar.xz |
Add autotools installation files
Currently installs unstable protocols under an unstable/ subdirectory
in $prefix/share/wayland-protocols/.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6f85d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +Makefile +Makefile.in +configure +config.log +config.status +compile +install-sh +missing +*.pc +autom4te.cache +aclocal.m4 |