From 76a4f6e98f1e40e96d52478e89692a79c8d652c6 Mon Sep 17 00:00:00 2001 From: phelixnmc Date: Tue, 13 May 2014 15:53:06 +0200 Subject: [PATCH] Update .gitignore Some more folders and file endings. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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