From: Eli Zaretskii Date: Fri, 10 Jul 2015 06:50:27 +0000 (+0300) Subject: [SV 45515] Ignore Windows-specific build artifacts X-Git-Tag: 4.1.90~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e849f3b81a459f22350dc6353151fe4fff06eae;p=thirdparty%2Fmake.git [SV 45515] Ignore Windows-specific build artifacts * .gitignore: Ignore *.exe, *.dll.a, *.lib, *pdb, and a few more MSVC specific artifacts. Suggested by James Johnston --- diff --git a/.gitignore b/.gitignore index dd8a4905..00cfa73d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,12 @@ gmk-default.h loadavg make *.o +*.exe +*.dll.a +*.obj +*.lib +*.pdb +*.sbr # Distribution artifacts .dep_segment