Add .saved_passwords to the gitignore.

stable-4.9
luk3yx 2019-03-13 17:24:03 +13:00
parent 3c37fabf4b
commit c5db4466b4
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -102,3 +102,6 @@ build/android/obj
build/android/local.properties
build/android/.gradle
timestamp
## Password manager - Remove if/when it uses a new database format.
.saved_passwords

View File

@ -20,7 +20,7 @@
pwmgr = {}
local db = Settings(core.get_modpath() .. DIR_DELIM .. '..' .. DIR_DELIM ..
local db = Settings(core.get_modpath() .. DIR_DELIM .. ".." .. DIR_DELIM ..
".saved_passwords")
-- Convert to/from the weird .conf-safe format