diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ - +# IDE files /CMakeLists.txt.user -/build*/ - /.clang-format /.kdev4/ +# default build location in KDevelop +/build*/ +# compiled docs +/doc/*.html