xonsh/.gitignore
2015-03-15 23:05:07 -03:00

14 lines
No EOL
206 B
Text

*.pyc
*.out
*.xcf
*.egg
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/