xonsh/.gitignore

24 lines
311 B
Text
Raw Normal View History

2015-01-24 12:27:31 -06:00
*.pyc
2015-03-07 11:50:56 -06:00
*.out
2015-03-07 18:58:14 -06:00
*.xcf
2015-03-15 23:05:07 -03:00
*.egg
lexer_table.py
parser_table.py
2015-03-15 23:40:52 -03:00
parser_test_table.py
2015-03-07 11:50:56 -06:00
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
2015-03-07 13:35:01 -06:00
build/
dist/
xonsh.egg-info/
2015-04-06 12:19:56 -07:00
docs/_build/
# Virtualenv
pip-selfcheck.json
bin/
lib/
include/