From: Mika Lindqvist Date: Sun, 22 Nov 2015 15:31:04 +0000 (+0200) Subject: Add a.exe to cleanup list. X-Git-Tag: 1.9.9-b1~767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb030b26d0f83c11468469bda89def318823f05;p=thirdparty%2Fzlib-ng.git Add a.exe to cleanup list. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..68ec3a174 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.c text +*.h text +Makefile text diff --git a/Makefile.in b/Makefile.in index c69175e2d..36110ef77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -264,7 +264,7 @@ clean: _match.s maketree rm -rf objs rm -f *.gcda *.gcno *.gcov - rm -f a.out + rm -f a.out a.exe maintainer-clean: distclean distclean: clean