ignore .cache dir

This commit is contained in:
Will McKinnon 2022-06-09 17:51:36 -04:00
parent 7ff9bd0830
commit f8df81879b

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ install_manifest.txt
*.swp
*.o
*.a
.cache/
bin/
test/
build/