From 2ca57e325a61db47b6a4bb8c1f21425b6d681fe5 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Fri, 8 Dec 2017 16:25:11 -0500 Subject: [PATCH] Initial .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73ed8dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Log files, and archives +*.xz +*.log +*.tar +*.pyc +*.sw*