]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add a.exe to cleanup list.
authorMika Lindqvist <postmaster@raasu.org>
Sun, 22 Nov 2015 15:31:04 +0000 (17:31 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 30 Jan 2017 09:36:53 +0000 (10:36 +0100)
.gitattributes [new file with mode: 0644]
Makefile.in

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..68ec3a1
--- /dev/null
@@ -0,0 +1,4 @@
+* text=auto
+*.c text
+*.h text
+Makefile text
index c69175e2d9ab653ae4306efbd0c28add7ab13fd3..36110ef7734023d63bf8afcf7ca28f93de1c018b 100644 (file)
@@ -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