summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-03-28 09:50:20 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-03-28 09:50:20 -0600
commit8a8f276d2c0113fc93a77d77213665a5fb112b20 (patch)
tree0b57280e1ea89e6f0846523cc85d7a290c051616
parentbf5eed5af5c34b8cf9dc2985a7c4475602929bb1 (diff)
.gitignore: Ignore .test binaries and .pprof files
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5dff8c4..74cffd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,13 @@
-# Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
+# Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
#
# SPDX-License-Identifier: GPL-2.0-or-later
*.log
*.cov
*.html
+*.test
+*.pprof
+
bin/
vendor/
btrfs-rec