about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 6 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index 4b7b2c0bd276..0b135e70341b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,7 @@
-# Common build output directory names
-.build/
-_build/
-build-output/
-cmake-out/
+# Ignore the garbage folder, in which I slowly assemble a bunch of
+# trash locally that might be valuable in the future.
+garbage/
 
-# Common bazel output directories
-bazel-*
-
-# Backup files for Emacs
-*~
-
-# Ignore IDEA / IntelliJ files
-.idea/
-cmake-build-*/
-
-# This is a staging directory used to upload the documents to gihub.io
-github-io-staging/
-
-# Ignore Visual Studio Code files
-.vsbuild/
-.vscode/
+# Ignore Nix result symlinks
+result
+result-*