summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Schury2020-02-22 17:50:26 +0100
committerDavid Schury2020-02-22 17:50:26 +0100
commit35bf5fd4304b4b4db897dbfb82ab04127bc1ece5 (patch)
treedf9e8a40b8f7c0c98a488e45af401eae1668668f /.gitignore
downloadaur-35bf5fd4304b4b4db897dbfb82ab04127bc1ece5.tar.gz
Initial import
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0fe86333a93d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+#
+# Source files downloaded during makepkg
+#
+/battery-checker/
+
+#
+# Files and directories generated by the Arch Build System
+#
+# /src/ Directory with extracted sources
+# /pkg/ Directory for staging installation files
+# /*.pkg.tar.xz Generated installation file for pacman
+# /*.pkg.tar.xz.sig Signature of the package file
+#
+/src/
+/pkg/
+/*.pkg.tar.xz
+/*.pkg.tar.xz.sig