From 05cd55d967db507058d996a624e904954b0e4b44 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Sep 2022 13:15:37 -0700 Subject: init repo with gitignore and README --- .gitignore | 21 +++++++++++++++++++++ README.md | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a4762 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore diff --git a/README.md b/README.md new file mode 100644 index 0000000..856360b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ + +These are my notes and scheme scripts from working through the book 'Functional +Differential Geometry' by Sussman and Wisdom, in Fall 2022. -- cgit v1.2.3