diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T20·05+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T20·05+0000 |
commit | e52eed3cd4f73779c2e7c350537fb346835ba9f3 (patch) | |
tree | 839dadf9b30b13b47b9117f39a6ae3a2ddd584f8 /.gitignore | |
parent | e900c4279bbb868e30216830e87dc25cd5d6d489 (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-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3afe2d6acf13..0b135e70341b 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 |