diff options
author | Eric Berquist | 2022-01-11 15:13:23 -0500 |
---|---|---|
committer | Eric Berquist | 2022-01-11 15:13:23 -0500 |
commit | 2aaf327b13576d4f4461b1c922e02682a694422a (patch) | |
tree | 0cfbdd7fb74edd72d40815b5680efae2dc150cde | |
parent | f454fc16812f3b215c6b2e1d1c254ba21fcb6e92 (diff) | |
download | aur-2aaf327b13576d4f4461b1c922e02682a694422a.tar.gz |
update gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dec787d8c50e..71ab3abdfc57 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,10 @@ pkg/ src/ *.xz +*.zst + +# mkarchchroot files +*.log # source files *.gz -cclib/ |