From 3a67d93a37a2fd43e483e59d63de883f80c79422 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Sat, 7 Jan 2017 18:09:50 -0800 Subject: [PATCH] Update .gitignore configuration file --- .gitignore | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index f692b1a13..7ff7af7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,30 +15,43 @@ # limitations under the License. # -build/ -**/derby.log -**/metastore_db -**/*__pycache__ -**.swp -target/ +# Mac +.DS_Store + +# Intellij .idea/ .idea_modules/ -.DS_Store -.vagrant *.iml +*.iws +*.class +*.log + +# Jekyll +.jekyll-metadata + +# Python +**/*__pycache__ + +# Notebooks +!etc/**/*.ipynb *.ipynb .ipynb_checkpoints/ -apache-rat-*.jar -!etc/**/*.ipynb -scratch/ -**/*ivy.xml +Untitled*.ipynb + +# Other build related artifacts +target/ +build/ test-output/ out/ dist/ - +scratch/ +apache-rat-*.jar +**/derby.log +**/metastore_db +**.swp +**/*ivy.xml +.vagrant .example-image .ensime .ensime_cache/ - -Untitled*.ipynb .system-test-image