diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-15 17:23:35 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-15 17:23:35 +0300 |
commit | e02dd2b8c525e48c4782a9ded7b38f5840bdd555 (patch) | |
tree | 4ceb090906079bd55be05cab4da22e2f758400b6 /.gitignore | |
parent | Add initial support for unread message count (diff) | |
download | nheko-e02dd2b8c525e48c4782a9ded7b38f5840bdd555.tar.xz |
Move the main window to the center
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 81549ebb..ff385780 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build tags +.clang_complete # C++ objects and libs @@ -44,4 +45,3 @@ CMakeCache.txt CMakeFiles cmake_install.cmake install_manifest.txt - |