diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,12 +4,12 @@ *.dll *.so *.dylib -veilith +khimera launcher launcher.exe # Allow source files (override binary exclusion) -!veilith-*.go +!khimera-*.go # Test binary, built with `go test -c` *.test @@ -45,9 +45,9 @@ Thumbs.db ehthumbs.db Desktop.ini -# Veilith specific -.veilith/ -veilith-data/ +# Khimera specific +.khimera/ +khimera-data/ portable-data/ *.db *.db-shm |
