From bc350eab0df9ca980cc23375626c20d875e1d357 Mon Sep 17 00:00:00 2001 From: bnnm Date: Fri, 11 Nov 2016 23:38:18 +0100 Subject: [PATCH] Ignore output generated by makefiles --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a22bdc9a..a756df5b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.user *.suo *.vspscc +*.o +*.a /ext_libs/Debug /ext_libs/Release /ext_libs/*.exp @@ -13,4 +15,6 @@ /src/Debug /src/Release /test/Debug -/test/Release \ No newline at end of file +/test/Release +/test/*.exe +/winamp/*.dll