commit 87059bb1afebec1f051fa55c0bdb8513699a4f8d Author: Edouard DUPIN Date: Fri Jan 12 17:39:06 2018 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..259148fa1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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/README.md b/README.md new file mode 100644 index 000000000..820311de2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# boost +boost source only