Add CMakeLists.txt.user to the .gitignore file. Closes issue 6873.

This commit is contained in:
Ryan Houdek 2013-12-12 12:54:36 -06:00
parent f9ff0bc55d
commit 5443f14fe4
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ Source/Core/Common/Src/scmrev.h
.tx
# Ignore tlog files
*.tlog
# Ignore CMakeLists.txt.user
CMakeLists.txt.user