From 5443f14fe43c56f482af221bc87edfb813c7a429 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Thu, 12 Dec 2013 12:54:36 -0600 Subject: [PATCH] Add CMakeLists.txt.user to the .gitignore file. Closes issue 6873. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5650cb26b740..fc5cb832ddde 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ Source/Core/Common/Src/scmrev.h .tx # Ignore tlog files *.tlog +# Ignore CMakeLists.txt.user +CMakeLists.txt.user