about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index eff1d77..176cfba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -180,8 +180,12 @@ dmypy.json
 # Pyre type checker
 .pyre/
 
-# emacs temporary files
+# temporary files and directories
 /**/*~
+/tmp
 
 # yoyo configs
-/**/yoyo*.ini
\ No newline at end of file
+/**/yoyo*.ini
+
+# utility scripts
+/run-dev.sh
\ No newline at end of file