From 74f9bf41c29b7208d1af864797d99ab85679a25c Mon Sep 17 00:00:00 2001
From: Matt Bell <mappum@gmail.com>
Date: Tue, 6 Jan 2015 17:37:22 -0800
Subject: [PATCH] Ignore profile files in .gitignore

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

diff --git a/.gitignore b/.gitignore
index a64c22092..14484c8a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # ipfs can generate profiling dump files
-cpu.prof
+*.cpuprof
+*.memprof
 
 *.swp
 .ipfsconfig
-- 
GitLab