fix .gitignore to only apply to top-level directory

This commit is contained in:
Rich Felker 2016-02-11 23:55:01 +00:00
parent cf013ce0c0
commit 6385b3240a
1 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@ -1,6 +1,6 @@
config.mak
sources/
output/
binutils-*/
gcc-*/
musl/
/config.mak
/sources/
/output/
/binutils-*/
/gcc-*/
/musl/