From 38f0ab0fe2ff4e1e74ea3876e0865b89b9f9cf34 Mon Sep 17 00:00:00 2001 From: Michael Dryden Date: Mon, 26 May 2014 03:20:25 -0400 Subject: [PATCH] Ignore compiled cython files --- .gitignore | 3 + .../xcschemes/dstatInterface copy.xcscheme | 59 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 dstatInterface/dstatInterface.xcodeproj/xcuserdata/mdryden.xcuserdatad/xcschemes/dstatInterface copy.xcscheme diff --git a/.gitignore b/.gitignore index 9027868..98edb23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ Breakpoints_v2.xcbkptlist *.xcuserstate +*.o +*.c +*.so diff --git a/dstatInterface/dstatInterface.xcodeproj/xcuserdata/mdryden.xcuserdatad/xcschemes/dstatInterface copy.xcscheme b/dstatInterface/dstatInterface.xcodeproj/xcuserdata/mdryden.xcuserdatad/xcschemes/dstatInterface copy.xcscheme new file mode 100644 index 0000000..3054ac1 --- /dev/null +++ b/dstatInterface/dstatInterface.xcodeproj/xcuserdata/mdryden.xcuserdatad/xcschemes/dstatInterface copy.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab