summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThiago Almeida <thiagoalmeidasa@gmail.com>2020-10-10 10:24:01 +0200
committerThiago Almeida <thiagoalmeidasa@gmail.com>2020-10-10 10:24:01 +0200
commit1ce33d160426858348cea27ebfc8383cb7752344 (patch)
treec954337e0899e8fb4c79b0564ede46bd7be61b28 /.gitignore
parent11c86581a9e11072133c17ab8f0799e1768f6887 (diff)
Adding a simple script to automate update process
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
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*