scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit fb8dbbcf81b73f635d9269048a6a1e09c029c1ed
parent 1a5e3a4dd663c092030315c8a240d0737473102b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 26 May 2022 19:55:48 +0200

git: Update .gitignore to new suffixes

Diffstat:
Msrc/libc/.gitignore | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/libc/.gitignore b/src/libc/.gitignore @@ -1,6 +1,5 @@ -*.6 -*.7 -*.8 -*.z -*.q -*.6d +*.6* +*.7* +*.8* +*.z* +*.q*