From 0ec9e4054cefba8cddc7720007c867971a4c4dbb Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 18 Apr 2021 23:10:54 +0200 Subject: [PATCH] .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0796cda..43a46b8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.a *.d *.swp +.DS_Store ws test_adapter .gnupg @@ -26,4 +27,5 @@ test_passphrase_cache test_semaphore test_lm_dummy test_sqlite3 -test.db \ No newline at end of file +test_pEpsqlite +*.db \ No newline at end of file