From 7a82fbfdaba39745cdb8f8a123b9844f3cb3df09 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 13 Jan 2021 10:37:56 -0500 Subject: gitignore: Add Linux core file patterns Signed-off-by: David Goulet --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf