From cfa6c28d34e2a07e0015c212009b8c6a8b8aeff5 Mon Sep 17 00:00:00 2001 From: jyelon Date: Fri, 17 Dec 2021 16:21:25 -0500 Subject: [PATCH] Git ignore gprof.out and gmon.out --- luprex/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luprex/.gitignore b/luprex/.gitignore index fc2dbc1c..92e70a3c 100644 --- a/luprex/.gitignore +++ b/luprex/.gitignore @@ -1,3 +1,5 @@ +gprof.out +gmon.out *~ \#*# *.obj