|
From: Tapio V. <aa...@us...> - 2011-10-04 20:46:21
|
Author: Tapio Vierros <tap...@gm...> Date: Tue Oct 4 22:36:53 2011 +0300 Gitignore robustness. --- .gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 74a1780..ba51859 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ build build32 build64 -CMakeLists.txt.user +CMakeLists.txt.user* |