diff options
author | Lorenzo Fontana | 2019-01-19 13:14:25 +0100 |
---|---|---|
committer | Lorenzo Fontana | 2019-01-19 13:14:25 +0100 |
commit | c8660dd04893dfff5fbf4567351ae3c257fcebbe (patch) | |
tree | 6396db978c5486a416e5e12f27b38a7158425c80 /.gitignore | |
download | aur-c8660dd04893dfff5fbf4567351ae3c257fcebbe.tar.gz |
Initial package revision
Signed-off-by: Lorenzo Fontana <lo@linux.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..d45c44e5e82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +src/ +pkg/ +*.tar.gz* +*.pkg.tar.* +kubectl-trace |