.gitignore: Ignore crashdumps directory

How did this never become a problem before?!
This commit is contained in:
Dylan K. Taylor 2018-01-02 12:09:31 +00:00
parent 41873bb115
commit d30a6b60b7

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ worlds/*
plugins/* plugins/*
bin/* bin/*
timings/* timings/*
crashdumps/*
*.log *.log
*.txt *.txt
*.phar *.phar