summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2019-09-09 08:54:31 +0200
committerJosef Vybíhal2019-09-09 08:54:31 +0200
commitc3dc230657ae98d548260e3b3b8bdfeb5e18d429 (patch)
tree73b053f1efb8929407788710f2ee3bea451695a6
parentd83baeb7d8f5dfc7322c05a0dc8a0544dab809f8 (diff)
downloadaur-c3dc230657ae98d548260e3b3b8bdfeb5e18d429.tar.gz
Added gitignore and clean.sh
-rw-r--r--.gitignore4
-rwxr-xr-xclean.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d32d4a07ea26
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*pkg*
+src/
+pkg/
+gstm/
diff --git a/clean.sh b/clean.sh
new file mode 100755
index 000000000000..5812f495b891
--- /dev/null
+++ b/clean.sh
@@ -0,0 +1 @@
+rm -rf pkg src gstm \ No newline at end of file