diff options
author | Donald Webster | 2022-01-11 17:29:07 -0800 |
---|---|---|
committer | Donald Webster | 2022-01-11 17:29:07 -0800 |
commit | 25523924145a6b4568639fe375d9a29afcd291b4 (patch) | |
tree | 3880ef6c7fc35ad0a26e47896d0d8c057d39a0a5 /.gitignore | |
parent | 50e1d3789826bae6c073d83090adeeba4bc1f880 (diff) | |
download | aur-25523924145a6b4568639fe375d9a29afcd291b4.tar.gz |
Add .gitignore.
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 000000000000..6e570bc49abe --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.xz +*.gz +*.log +/src/ +/pkg/ |