summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-10-08 03:54:35 -0600
committerBenjamin Denhartog2021-10-08 04:02:21 -0600
commit9a2c0e128ce388bcc691626ec02291120afe24bd (patch)
tree8f109f4aebf3dbe911b378a36ea3bd02c31f0d13 /.gitignore
downloadaur-9a2c0e128ce388bcc691626ec02291120afe24bd.tar.gz
feat: initial package release: 4.2.2
Release-Notes: https://github.com/bazelbuild/buildtools/releases/tag/4.2.2 Change-Id: I7296956548724b37a1209f5a5c305427c7a861e7 GitOrigin-RevId: 9262a7cd437d17f4531a0b52935df3af9961c467
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..7ad8a8097f5a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# package archives, downloaded sources
+*.tar.zst
+LICENSE-*
+buildifier-*
+
+# subfolders, e.g. source and build package trees
+*/**/
+
+# backup files
+*~
+*.bak
+
+# log files from makepkg --log
+*.log
+
+# lockfiles from mkarchchroot+makepkg
+*/*.lock