From 684a616b4543d57e9216e143b8714741c984ccd0 Mon Sep 17 00:00:00 2001
From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr>
Date: Tue, 30 Apr 2024 12:25:34 +0200
Subject: [PATCH] git ignore update

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 66a38c4..e1ffa83 100755
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 /wiktextract
 sqlite*
 dumps/**-multistream.xml.bz2
+dumps/Old
 
 throttle.ctrl
 apicache-py3
@@ -170,3 +171,5 @@ cython_debug/
 #  and can be added to the global gitignore or merged into this file.  For a more nuclear
 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
 #.idea/
+
+nohup.out
-- 
GitLab