diff --git a/.gitignore b/.gitignore index a696d5296..bed4a432c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.bak +*.dll *.pyc .*.swp *.*~* @@ -10,6 +11,8 @@ src/namecoind.exe # Stuff created by the Qt build system. qrc_bitcoin.cpp build +debug +release /Makefile *.Debug *.Release