Skip to content

Commit

Permalink
Reorganized gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjara committed Dec 30, 2020
1 parent dfb995a commit abcf98b
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .gitignore
@@ -1,10 +1,24 @@
*.pyc
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
*.egg-info/
*.egg

# Sphinx documentation
docs/_build/
docs/_themes/

# Emacs temp files
*~
\#*
.emacs*

# Local test folders
old
test
zzz_old
doc/_build
doc/_themes
rigsettings.py

# Rig specific settings
settings/rigsettings.py
settings/*.h5

0 comments on commit abcf98b

Please sign in to comment.