diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-09-01 14:17:33 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:14 +0100 |
commit | 2dd636456c22a85751e3484776c45efc9458b9ba (patch) | |
tree | d0eeb906b6d1a8f7fa5089a768f8fbe9fdcc5c5e /.gitignore | |
parent | Implement loading of history, when timeline is displayed (diff) | |
download | nheko-2dd636456c22a85751e3484776c45efc9458b9ba.tar.xz |
Add basic sections and button placeholders to qml timeline
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 23b84039..0f61a911 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,9 @@ ui_*.h *.qmlproject.user *.qmlproject.user.* +# Vim +*.swp + #####=== CMake ===##### CMakeCache.txt |