summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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