diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..a16925014fd9df0925aa4fa8fec4506186c7f876 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +/.idea +/.git +*.pyc +# Compiled class file +*.class + +# Eclipse +.project +.classpath +.settings/ + +# Intellij +*.ipr +*.iml +*.iws +.idea/ + +# Maven +target/ + +# Gradle +build +.gradle + +# Log file +*.log +log/ + +# out +**/out/ + +# Mac +.DS_Store + +# others +*.jar +*.war +*.zip +*.tar +*.tar.gz +*.pid +*.orig +temp/ \ No newline at end of file diff --git "a/docs/openEuler\347\244\276\345\214\272\346\236\204\345\273\272\344\270\200\350\207\264\346\200\247\346\214\207\345\257\274\344\271\246_V1.0.pdf" "b/docs/openEuler\347\244\276\345\214\272\346\236\204\345\273\272\344\270\200\350\207\264\346\200\247\346\214\207\345\257\274\344\271\246_V1.0.pdf" new file mode 100644 index 0000000000000000000000000000000000000000..d702cd7130e9455ba863a086bf9a6f05c34d51f2 Binary files /dev/null and "b/docs/openEuler\347\244\276\345\214\272\346\236\204\345\273\272\344\270\200\350\207\264\346\200\247\346\214\207\345\257\274\344\271\246_V1.0.pdf" differ