From 8a8f276d2c0113fc93a77d77213665a5fb112b20 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 28 Mar 2023 09:50:20 -0600 Subject: .gitignore: Ignore .test binaries and .pprof files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5dff8c4..74cffd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,13 @@ -# Copyright (C) 2022 Luke Shumaker +# Copyright (C) 2022-2023 Luke Shumaker # # SPDX-License-Identifier: GPL-2.0-or-later *.log *.cov *.html +*.test +*.pprof + bin/ vendor/ btrfs-rec -- cgit v1.2.3-2-g168b