diff options
Diffstat (limited to '.gitignore')
-rw-r--r--[-rwxr-xr-x] | .gitignore | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore index 45840be342c7..0b135e70341b 100755..100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,7 @@ -.classpath -!/.project -.project -.settings -.history -.vscode -target/ -.idea/ -.DS_Store -.idea -overlays/ -.gradle/ -build/ -log/ -bin/ -*.war -*.iml -*.log -tmp/ -./apache-tomcat -apache-tomcat.zip -config-metadata.properties +# 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 +result-* |