Ignore the CMakeLists.txt.user qtcreator makes

qtcreator stores its settings in the file CMakeLists.txt.user,
and it should be ignored like the other IDE files
This commit is contained in:
Rhett Aultman 2017-06-03 07:40:31 -07:00
parent b4ae188a0f
commit 964dc31fa5

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ docs/utils/__pycache__
# IDE files
.idea
browse.VC.db
CMakeLists.txt.user