From d3f74cd28e4134dfc292f8fd10d1ecafaec85a76 Mon Sep 17 00:00:00 2001 From: Runar Tenfjord Date: Fri, 29 Jun 2012 15:09:23 +0200 Subject: [PATCH] minor updates --- .gitattributes | 1 + .gitignore | 14 ++++++++++++++ TODO.rst | 3 +++ occmodel/@docs/content.rst | 4 ++-- 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ceb3ad9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# build folders +occmodel/build/ +occmodel/@docs/build/ +# compiled python files +*.pyc +*.pyo +# python extension modules +*.pyd +*.so +# libraries +*.dll +*.a +# object files +*.o \ No newline at end of file diff --git a/TODO.rst b/TODO.rst index 5c366c1..a4af743 100644 --- a/TODO.rst +++ b/TODO.rst @@ -1,3 +1,6 @@ ToDo ---- + * Migrate building to CMake or similiar + * Support tapered extrusions (ref: freecad/src/Mod/Part/App/FeatureExtrusion.cpp) + * diff --git a/occmodel/@docs/content.rst b/occmodel/@docs/content.rst index 05cf336..11b938b 100644 --- a/occmodel/@docs/content.rst +++ b/occmodel/@docs/content.rst @@ -2,8 +2,8 @@ .. contents:: Table of Contents -occmodel -******** +functions +********* cross(Vector a, Vector b) -> Vector