Skip to content

Commit

Permalink
Update .gitignore configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Feb 1, 2017
1 parent 16a27b0 commit 3a67d93
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions .gitignore
Expand Up @@ -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

0 comments on commit 3a67d93

Please sign in to comment.