mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
65 lines
No EOL
753 B
Text
65 lines
No EOL
753 B
Text
*.pyc
|
|
*.out
|
|
*.xcf
|
|
*.egg
|
|
.eggs/
|
|
.pytest_cache/
|
|
__amalgam__.py
|
|
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
|
|
tests/testfile
|
|
build/
|
|
dist/
|
|
xonsh.egg-info/
|
|
docs/_build/
|
|
docs/envvarsbody
|
|
docs/xontribsbody
|
|
docs/eventsbody
|
|
xonsh/dev.githash
|
|
|
|
# temporary files from vim and emacs
|
|
*~
|
|
*#
|
|
.#*
|
|
*.swp
|
|
*.swo
|
|
|
|
# Virtualenv
|
|
pip-selfcheck.json
|
|
bin/
|
|
/lib/
|
|
include/
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Editor project files
|
|
*.komodo*
|
|
.cache
|
|
.idea
|
|
|
|
.coverage
|
|
feedstock/
|
|
*.cred
|
|
tttt
|
|
Actually_test.tst
|
|
Actually.tst
|
|
Complete_test.tst
|
|
Complete.tst
|
|
tags
|
|
|
|
# Rever
|
|
rever/
|
|
# Allow the lib
|
|
!/xonsh/lib
|
|
|
|
# elm
|
|
xonsh/webconfig/elm-stuff/
|
|
xonsh/webconfig/js/ |