Skip to content

Commit

Permalink
[repo] Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed May 15, 2019
1 parent 2c0b13d commit 1b94f51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Expand Up @@ -16,6 +16,12 @@ workingsets.xml
.idea
*.pydevproject

# VScode generated
.vscode/

# Mac OS
.DS_Store

# Python bytecode
*.pyc

Expand Down Expand Up @@ -62,6 +68,7 @@ compilations-*.cfg
codebuffer.c
*_errors
*_output
olc/

# Libraries
/lib/*
Expand All @@ -70,6 +77,9 @@ codebuffer.c
!/lib/okra-1.9.jar
!/lib/jnumautils-0.1-SNAPSHOT.jar

# Javadoc
/*/javadoc/

.metadata/*
.recommenders/*

Expand Down

0 comments on commit 1b94f51

Please sign in to comment.