Commit 12b56044 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add .gitignore rule for dev tools caches

This is specifically for Flakeheaven's cache, which does not (yet)
include automatic .gitignore
parent b1d12a9e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,3 +8,6 @@

# Test results
/results/

# Dev tools caches (not all include automatic .gitignore)
.*_cache/