commit 7a82fbfdaba39745cdb8f8a123b9844f3cb3df09 Author: David Goulet dgoulet@torproject.org Date: Wed Jan 13 10:37:56 2021 -0500
gitignore: Add Linux core file patterns
Signed-off-by: David Goulet dgoulet@torproject.org --- .gitignore | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore index f1ce903a11..b7f72617a8 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ details-*.json uptime-*.json *.full_url *.last_modified +# Core files +core +core.*
# / /Makefile
tor-commits@lists.torproject.org