This is an automated email from the ASF dual-hosted git repository. chenliang613 pushed a commit to branch feature-newwebsite in repository https://gitbox.apache.org/repos/asf/carbondata-site.git
commit a482a2ba33649389b87d55c7e8a536471bb6dd49 Author: chenliang613 <[email protected]> AuthorDate: Wed Jun 30 10:17:58 2021 +0800 add .gitignore --- .gitignore | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb5a316..24b4b38 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,28 @@ -target +*~ +.# +## +*.swp +*.ipr +*.iml +*.iws +*.pyc +.pyo +.idea/ +.idea_modules/ +.settings +.cache +target/ +store/CSDK/cmake-build-debug/ +.project +.classpath +metastore_db/ +derby.log +python/.idea/ +*/.cache-main +*/.cache-tests +//.cache-main +//.cache-tests +//*/.cache-main +//*/.cache-tests +*.flattened-pom.xml +python/pycarbon/.pylintrc
