diff options
author | Thiago Almeida <thiagoalmeidasa@gmail.com> | 2020-10-10 10:24:01 +0200 |
---|---|---|
committer | Thiago Almeida <thiagoalmeidasa@gmail.com> | 2020-10-10 10:24:01 +0200 |
commit | 1ce33d160426858348cea27ebfc8383cb7752344 (patch) | |
tree | c954337e0899e8fb4c79b0564ede46bd7be61b28 /.gitignore | |
parent | 11c86581a9e11072133c17ab8f0799e1768f6887 (diff) |
Adding a simple script to automate update process
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5114db --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ + +# 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 + +checksums.txt* |