xonsh/.gitignore

45 lines
513 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
2015-09-13 12:17:11 -04:00
.eggs/
2016-06-13 00:46:35 -04:00
__amalgam__.py
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
2016-05-11 00:42:36 -04:00
xonsh/parser_table.py
2015-03-07 11:50:56 -06:00
tests/lexer_table.py
2016-05-11 00:42:36 -04:00
tests/parser_table.py
2015-03-07 11:50:56 -06:00
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/
2016-01-06 01:55:40 -08:00
docs/envvarsbody
2016-05-11 00:42:36 -04:00
docs/xontribsbody
xonsh/dev.githash
2015-04-06 12:19:56 -07:00
2015-06-03 10:32:34 -05:00
# temporary files from vim and emacs
*~
*#
.#*
*.swp
*.swo
2015-04-06 12:19:56 -07:00
# Virtualenv
pip-selfcheck.json
bin/
lib/
include/
2015-05-19 18:07:30 +02:00
# Mac
.DS_Store
2016-04-01 00:36:14 -04:00
# Editor project files
*.komodo*
2016-06-22 22:45:42 +03:00
.cache
.coverage