From 793e26099e597f61a89f34312be76ac0e63090a9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 17 May 2011 09:36:09 -0600 Subject: Ignore core dumps. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 699cab2..d894034 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,7 @@ __pycache__ # Files and folders created by compilation .deps/ *.[oa] + +# Core dumps +core +vgcore.* -- cgit v1.2.3