commit 38a355c14ce6ed2ea72145aa715ba22c85efd9f1 Author: Zengtudor Date: Sun Jun 16 10:02:47 2024 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e257658 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..684833f --- /dev/null +++ b/LICENSE @@ -0,0 +1,6 @@ +As a special exception, if you link this library with files +compiled with a GNU compiler to produce an executable, this +does not cause the resulting executable to be covered by +the GNU General Public License. This exception does not +however invalidate any other reasons why the executable +file might be covered by the GNU General Public License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..37b62fd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# pybind11_demo +