diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-01 00:23:16 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-01 00:23:16 +0300 |
commit | 95ce2ef9207fa86f60e212c1bc54a81008b09a36 (patch) | |
tree | 7625cb5dbbe7db46359847df84f85d7e28611a55 /.gitignore | |
parent | Fix crash on Windows with out_of_range exception & update docs (diff) | |
download | nheko-95ce2ef9207fa86f60e212c1bc54a81008b09a36.tar.xz |
Implement dekstop notifications on Windows (#290)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5d113bf..0b2b05e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ build tags .clang_complete +*wintoastlib* # C++ objects and libs |