From 2e6162aaf749d8eb9006cf836fc09d7c511d4eb7 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 20 Sep 2016 09:57:55 +0100 Subject: [PATCH] Add .txt files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 72364f9..d293962 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# Generic file extensions +*.txt + # Distribution / packaging .Python env/