|
From: Tapio V. <aa...@us...> - 2011-08-01 18:56:07
|
Author: Tapio Vierros <tap...@gm...> Date: Mon Aug 1 21:55:22 2011 +0300 Added Qt Creator's CMakeLists.txt.user to gitignore. --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 4497982..74a1780 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build build32 build64 +CMakeLists.txt.user |