summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index f98512bb47e1..cb20ebe4ea4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,11 @@
+# sources
*.tar.gz
-*.pkg.tar.xz
+LICENSE
+
+# build logs
*-build.log
-*-package.log
*-namcap.log
-LICENSE
+*-package*.log
+
+# packages
+*.pkg.tar.xz