From 1d31a26bb8ecad03ebda3eae522e1b1124bb3740 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 13 Apr 2018 08:26:58 -0500 Subject: [PATCH] Modified gitignore file --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7deb6e0..527b50d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,9 @@ src/*$py.class # Distribution / packaging .Python env/ -build/ +src/build/ develop-eggs/ -dist/ +src/dist/ downloads/ eggs/ .eggs/ @@ -45,10 +45,6 @@ coverage.xml *,cover .hypothesis/ -# Translations -*.mo -*.pot - # Django stuff: *.log local_settings.py