about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T20·05+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T20·05+0000
commite52eed3cd4f73779c2e7c350537fb346835ba9f3 (patch)
tree839dadf9b30b13b47b9117f39a6ae3a2ddd584f8 /.gitignore
parente900c4279bbb868e30216830e87dc25cd5d6d489 (diff)
chore(gitignore): Ignore garbage/ folder r/236
I use this folder locally to collect files that I am not committing to
the repository, but that might become relevant again at some point in
the future.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3afe2d6acf..0b135e7034 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-# Ignore various bazel output folders
-bazel-*
+# Ignore the garbage folder, in which I slowly assemble a bunch of
+# trash locally that might be valuable in the future.
+garbage/
 
 # Ignore Nix result symlinks
 result