diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-06 21:58:33 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-06 21:58:33 +0200 |
commit | e3e178e07c58f78eaa7066a64d2e6dd9acd66bd3 (patch) | |
tree | d172099b638563118a2df7d313fc96db72dd4889 /.gitignore | |
parent | Fix all profiles being created off-the-record (diff) | |
download | smolbote-e3e178e07c58f78eaa7066a64d2e6dd9acd66bd3.tar.xz |
Use spdlog for logging
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,3 @@ -# clion -cmake-build-* -.idea - # kdevelop build* *.kdev4 @@ -9,6 +5,7 @@ build* # qtcreator *.user +subprojects/ lang/*.qm test/plugins.d |