Exclude Qt Creator user settings from repository
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 20 May 2016 06:42:37 +0000 (02:42 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Feb 2018 22:04:52 +0000 (23:04 +0100)
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.

(cherry picked from commit b163ae76ce6d064942854e1415a4ee0e495adec8)

.gitignore

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