From 40773b693a70ce3f418fbf7e55682670ce489a7f Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 16 May 2016 16:05:05 +0200 Subject: [PATCH] .gitignore: Do not exclude handcrafted makefiles Not all makefiles are generated by automake. Thus allow these handcrafted makefiles in the git repository. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c992c60c6..04eb667cb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,12 @@ stamp-h* stamp-po *.stamp +# Handcrafted makefiles +!lib-src/expat/amiga/Makefile +!lib-src/libnyquist/nyquist/sys/unix/*/Makefile +!lib-src/lv2/Makefile +!lib-src/mod-script-pipe/Makefile + # Generated files by build system lib-src/expat/expat_config.h lib-src/libflac/doc/Doxyfile