xonsh/.gitignore
2015-09-13 12:17:11 -04:00

34 lines
395 B
Text

*.pyc
*.out
*.xcf
*.egg
.eggs/
lexer_table.py
parser_table.py
parser_test_table.py
xonsh/lexer_table.py
xonsh/parser_table.py
tests/lexer_table.py
tests/parser_table.py
tests/lexer_test_table.py
tests/parser_test_table.py
build/
dist/
xonsh.egg-info/
docs/_build/
# temporary files from vim and emacs
*~
*#
.#*
*.swp
*.swo
# Virtualenv
pip-selfcheck.json
bin/
lib/
include/
# Mac
.DS_Store