From e469ee201b420297eef1dbfaaa4ac15e56bd0e71 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 28 May 2017 23:26:52 +0200 Subject: [PATCH] Added .tmp and .data to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c1360b3d..88a7b3e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ __pycache__ *.exe *.dll -*.log \ No newline at end of file +*.log +*.tmp +.data \ No newline at end of file