From c5c257b8b369871e9452d12886a0ea03d22ededa Mon Sep 17 00:00:00 2001 From: Joel Savitz Date: Thu, 11 Apr 2024 16:07:05 -0400 Subject: [PATCH] gitignore: update to a useful list Signed-off-by: Joel Savitz --- .gitignore | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index ab4ce74a..a39a2a97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,6 @@ -*.db* -restore.* -*-backup* -__pycache__ -big.log* -cert.tar.gz -orbit-dev -pop3 -smtp -tcp_server -template.tar.gz -.*.swp -test +/pop/pop3 +/smtp/smtp +/tcp_server/tcp_server +/test +cert* +.*.sw*