diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-03-28 09:50:20 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-03-28 09:50:20 -0600 |
commit | 8a8f276d2c0113fc93a77d77213665a5fb112b20 (patch) | |
tree | 0b57280e1ea89e6f0846523cc85d7a290c051616 /.gitignore | |
parent | bf5eed5af5c34b8cf9dc2985a7c4475602929bb1 (diff) |
.gitignore: Ignore .test binaries and .pprof files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |