Add .cache folder to gitignore.

This commit is contained in:
Relintai 2021-11-04 11:18:52 +01:00
parent e8b822c64a
commit 98d13f5f81

2
.gitignore vendored
View File

@ -5,6 +5,8 @@ bin/**
*.a
*.pyc
.cache/**
settings.json
compile_commands.json