diff --git a/.gitignore b/.gitignore index e5dc402..66ed73c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,24 +10,37 @@ ehthumbs.db ehthumbs_vista.db [Dd]esktop.ini -*.rpyc -*.rpyb -*.rpymc -*.pyc -*.pyo +#Textfile cruft +/project.json +/traceback.txt +/errors.txt +/log.txt +log.txt +errors.txt +traceback.txt + +#Vim swap files .sw? + *~ *.bak +#cache files +#save files +/game/saves/ +/game/cache saves tmp cache env -log.txt -errors.txt -traceback.txt +#binary files +*.rpyc +*.rpyb +*.rpymc +*.pyc +*.pyo styles.txt