From 719875da6b678b528631af4be9d27de18f2d61bf Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 28 Jan 2020 11:57:46 +0100
Subject: [PATCH] Removing content that was supposed to be ignored.

---
 .eggs/README.txt                           | 6 ------
 .gitignore                                 | 1 +
 builds/0/project-0.tmp/git-template/config | 2 --
 3 files changed, 1 insertion(+), 8 deletions(-)
 delete mode 100644 .eggs/README.txt
 delete mode 100644 builds/0/project-0.tmp/git-template/config

diff --git a/.eggs/README.txt b/.eggs/README.txt
deleted file mode 100644
index 5d01668..0000000
--- a/.eggs/README.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.
-
-This directory caches those eggs to prevent repeated downloads.
-
-However, it is safe to delete this directory.
-
diff --git a/.gitignore b/.gitignore
index 4d8538b..cf07efa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ var/
 .installed.cfg
 *.egg
 .eggs/
+builds/
 
 # PyInstaller
 #  Usually these files are written by a python script from a template
diff --git a/builds/0/project-0.tmp/git-template/config b/builds/0/project-0.tmp/git-template/config
deleted file mode 100644
index 63543c8..0000000
--- a/builds/0/project-0.tmp/git-template/config
+++ /dev/null
@@ -1,2 +0,0 @@
-[fetch]
-	recurseSubmodules = false
-- 
GitLab