From a3ae90635e9c8bdc137d40d494ad2974545e3ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 29 Apr 2013 01:31:45 -0700 Subject: [PATCH] Initial commit --- .gitignore | 13 +++++++++++++ README.md | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..620d3dc8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 000000000..757e043c2 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +autodiff-experimental +===================== + +Experiments in Automatic Differentiation