diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:11:55 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 14:25:45 -0600 |
commit | 78a6a912cff60f03dea4b285a439056089f7c102 (patch) | |
tree | 8e08a1bc532d5fe06d3336763795219c36e9a20d /.gitignore | |
parent | 27401b6ea459921a6152ab1744da1618358465f4 (diff) |
Add license and copyright info
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ +# Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com> +# +# SPDX-License-Identifier: GPL-2.0-or-later + *.log *.cov *.html bin/ +vendor/ btrfs-mount !/cmd/btrfs-mount/ |