Exclude Qt Creator user settings from repository
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 20 May 2016 06:42:37 +0000 (02:42 -0400)
committerShane Synan <digitalcircuit36939@gmail.com>
Mon, 13 Jun 2016 21:00:48 +0000 (17:00 -0400)
Add 'CMakeLists.txt.user' to .gitignore to ignore Qt Creator's project
settings.  If needed, it can easily be generated by opening
CMakeLists.txt with Qt Creator.

.gitignore

index a15aef7..ded1e43 100644 (file)
@@ -1,3 +1,6 @@
 build*
 *.pyc
 tags
+
+# Qt Creator configuration
+CMakeLists.txt.user