diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9c0d4eedac..9250c4bae7 100644 --- a/.gitignore +++ b/.gitignore @@ -42,8 +42,8 @@ coverage/ /out # various stuff that VC++ produces/uses and is not in /out -/Debug/ -/Release/ +/Debug +/Release !doc/blog/** *.sln !nodemsi.sln |