diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-06 15:17:58 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-06 15:17:58 +0300 |
commit | 5bcaaa3aa3893c6a6982c6834090cf0212dc115d (patch) | |
tree | afdc200075511ec50a5d9c8dcfc79ce52e31006d /.gitignore | |
parent | Add rule for release builds (diff) | |
download | nheko-5bcaaa3aa3893c6a6982c6834090cf0212dc115d.tar.xz |
Initialize sync timer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 562d0d77..81549ebb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ tags *.dll *.dylib +vgcore.* + # Qt-es /.qmake.cache |