aboutsummaryrefslogtreecommitdiff
path: root/gazelle/.gitignore
diff options
context:
space:
mode:
authorVinh Tran <vinhdaitran@google.com>2023-07-24 13:52:04 -0400
committerVinh Tran <vinhdaitran@google.com>2023-07-24 13:57:03 -0400
commitb14b3520de9a1d6e38eb6cd63749ef78c28946c2 (patch)
treeacdcc148cabfb6f8242a6c83e37625eeaea4e628 /gazelle/.gitignore
parent62c90a8ca6aa21d4e60cfe32b3784609d80480f6 (diff)
parentbb7004b1c8e79220ad0212dbc131e11a06aecf6c (diff)
downloadbazelbuild-rules_python-platform-tools-34.0.5.tar.gz
Merge remote-tracking branch 'aosp/upstream-main' into mainplatform-tools-34.0.5main-16k
Add three more files - METADATA - MODULE_LICENSE_APACHE2 - OWNERS Test: N/A Bug: 290219820 Change-Id: Ic4dccf130d29e6963332b212d8aa071b24629f58
Diffstat (limited to 'gazelle/.gitignore')
-rw-r--r--gazelle/.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/gazelle/.gitignore b/gazelle/.gitignore
new file mode 100644
index 0000000..8481c96
--- /dev/null
+++ b/gazelle/.gitignore
@@ -0,0 +1,12 @@
+# Bazel directories
+/bazel-*
+/bazel-bin
+/bazel-genfiles
+/bazel-out
+/bazel-testlogs
+user.bazelrc
+
+# Go/Gazelle files
+# These otherwise match patterns above
+!go.mod
+!BUILD.out