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