Add /.cache to .gitignore

Add /.cache to .gitignore: this folder should be ignored
and never pushed to git.

Change-Id: Iaf0a23fbd2f1885a09adcc71ec5505f36f9aaf28
This commit is contained in:
Alexey Stepanov 2016-04-12 15:02:53 +03:00
parent 92f2d5fdd4
commit b1f2e21064
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -53,3 +53,6 @@ sys_test.log
# Certs
/ca.crt
/ca.pem
# Cache
/.cache