diff options
author | Simon Ser <contact@emersion.fr> | 2021-09-20 12:06:23 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-09 13:45:33 +0100 |
commit | 61038f8a19b4aa155783fdaf15c6e73e80fdbc75 (patch) | |
tree | 6d837fb5408eff3563f24af9f1bc644324c792fd /.gitignore | |
parent | ce82f16624107de6c7ae940ed71957eedbcda8db (diff) | |
download | wayland-protocols-61038f8a19b4aa155783fdaf15c6e73e80fdbc75.tar.xz |
Drop autotools
It's been a few releases that we ship Meson support, we should be
able to drop the old autotools build system now.
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 794539b..0000000 --- a/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -Makefile -Makefile.in -configure -config.guess -config.log -config.status -config.sub -compile -install-sh -missing -*.pc -autom4te.cache -aclocal.m4 -*.trs -*.log -test-driver |