From ca5a9ed930746d98713803bb2475eb4f1f1a2c8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 13 Apr 2011 22:51:33 +0100 Subject: [PATCH] Ignore .json files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ab2596..0a45575 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,8 @@ *.dll *.exe *.exp -*.trace *.ilk +*.json *.lib *.o *.obj @@ -16,6 +16,7 @@ *.pyc *.pyo *.so +*.trace *.zip CMakeCache.txt CMakeFiles -- 2.45.2