From 90d9af8443866a9ca10174c7a8edc655c2aeacbf Mon Sep 17 00:00:00 2001 From: acidaniel Date: Tue, 1 Dec 2015 14:37:40 -0600 Subject: [PATCH] Adding gitignore to exlude the build files since don't need to be tracked --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d4ba7686 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +#Exluding from the tree the html build files +source/_build/