Skip to content

Commit

Permalink
Update .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfinlay committed Oct 19, 2023
1 parent 61337be commit 05bd218
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
pip-wheel-metadata/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -63,6 +64,9 @@ target/
# Emacs
*\#

# Vim
*.swp

# Rope
.ropeproject/

Expand All @@ -74,3 +78,6 @@ target/
.project
.pydevproject
.settings

# Kaldi Active Grammar
kaldi_model

0 comments on commit 05bd218

Please sign in to comment.