diff options
author | Diab Neiroukh | 2022-01-10 10:53:54 +0000 |
---|---|---|
committer | Diab Neiroukh | 2022-01-10 10:55:26 +0000 |
commit | 536ad32fa02c69bd379aef67fcac78b28ceb4dd1 (patch) | |
tree | 48278abee056f6c69999e307e6b92c97c165734e /.gitignore | |
download | aur-536ad32fa02c69bd379aef67fcac78b28ceb4dd1.tar.gz |
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..d679114c1563 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/archlinuxpackages +# Edit at https://www.toptal.com/developers/gitignore?templates=archlinuxpackages + +### ArchLinuxPackages ### +*.tar +*.tar.* +*.jar +*.exe +*.msi +*.zip +*.tgz +*.log +*.log.* +*.sig + +pkg/ +src/ + +# End of https://www.toptal.com/developers/gitignore/api/archlinuxpackages |