shithub: mc

Download patch

ref: a280bb1386e9a0061591ffbde33cdd2682f2c5f4
parent: 606bce2a5601d6a124da33d007e071ed9d43ff45
author: Ryan Roden-Corrent <ryan@rcorre.net>
date: Sat Oct 8 09:03:28 EDT 2016

Ignore all *.{o,a,use}.

Instead of ignoring these in certain directories, just ignore them
across the repo. Currently a number of such files generated during
build are not ignored.

--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-test/*.o
-test/*.use
-test/*.use
 !test/*.myr
 libstd/sys*.myr
 !libstd/sys*+*.myr
@@ -16,9 +13,9 @@
 libstd/wait.myr
 rt/*.s
 !rt/*-*.s
-*/*.o
-*/*.use
-*/*.a
+*.o
+*.use
+*.a
 */.deps
 config.h
 config.mk