diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-12 08:50:13 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-12 08:50:13 -0400 |
commit | 0b4cc2baa1d69bb3ca9024b0b693acbbcb6fa8fe (patch) | |
tree | 589aba71deaa98c3b8222a0d2efbff86155e6bf8 /.gitignore | |
parent | add icon error handling (diff) | |
download | logout-manager-0b4cc2baa1d69bb3ca9024b0b693acbbcb6fa8fe.tar.gz logout-manager-0b4cc2baa1d69bb3ca9024b0b693acbbcb6fa8fe.tar.bz2 logout-manager-0b4cc2baa1d69bb3ca9024b0b693acbbcb6fa8fe.zip |
split program into lib and gtk frontend
In case I want to write other frontends at some point.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ *.2019-* *.swp +__pycache__ |