From 6385b3240a7a4c29cd99467523750e3fbeb40ded Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 11 Feb 2016 23:55:01 +0000 Subject: [PATCH] fix .gitignore to only apply to top-level directory --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 449b490..3e8396c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -config.mak -sources/ -output/ -binutils-*/ -gcc-*/ -musl/ +/config.mak +/sources/ +/output/ +/binutils-*/ +/gcc-*/ +/musl/