diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-04-23 19:05:44 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-04-23 19:05:44 -0400 |
commit | 994edb836c0e812933cabf5e0b57f2f8aaaba9a7 (patch) | |
tree | 981be524b41498e0d18df43d29270efbed808474 /.gitignore | |
parent | Fix own messages not showing as encrypted (diff) | |
download | nheko-994edb836c0e812933cabf5e0b57f2f8aaaba9a7.tar.xz |
Change how decrypt value is retrieved from settings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6d178679..5f6725db 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ cscope* /.ccls-cache /.exrc .gdb_history +.hunter # GTAGS GTAGS @@ -70,7 +71,8 @@ install_manifest.txt .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* |