diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..c73ace8 --- /dev/null +++ b/.cproject @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + make + all + true + true + true + + + make + clean + true + true + true + + + make + + clean + true + false + true + + + make + + clean + true + false + true + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index acb7d7b..b146679 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,5 @@ !**/ *.o -.cproject -.project .settings/language.settings.xml test/test_ipfs diff --git a/.project b/.project new file mode 100644 index 0000000..bb77cc4 --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ + + + c-ipfs + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + +