*.egg to gitignore

This commit is contained in:
JuanPablo 2015-03-15 23:05:07 -03:00
parent 217cde293a
commit 0b21df8b94

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.pyc
*.out
*.xcf
*.egg
xonsh/lexer_table.py
xonsh/parser_table.py
tests/lexer_table.py