From ca68ee6f331770a232f4e94aecbb7b3adfff8d88 Mon Sep 17 00:00:00 2001 From: Lars Tingelstad Date: Wed, 15 Mar 2017 14:15:31 +0100 Subject: [PATCH] Added gitignore and updated gitmodules --- .gitignore | 1 + .gitmodules | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a7992d0..59044dd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build-osx build-clang build2 build3 +build35 .idea .ipynb_checkpoints *.pyc diff --git a/.gitmodules b/.gitmodules index 28698bf..b70fee3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,12 +2,6 @@ path = third_party/Adept url = https://github.com/tingelst/Adept.git branch = jacobian-row-major-output -[submodule "third_party/pymath3d"] - path = third_party/pymath3d - url = http://git.automatics.dyndns.dk/pymath3d.git -[submodule "third_party/vahlen"] - path = third_party/vahlen - url = https://github.com/tingelst/vahlen.git [submodule "third_party/benchmark"] path = third_party/benchmark url = https://github.com/google/benchmark.git