Files
ale/.gitignore
2019-05-08 09:52:43 +01:00

12 lines
170 B
Plaintext

!.editorconfig
*.obj
# Ignore all hidden files everywhere.
# Use `git add -f` to add hidden files.
.*
__pycache__
*.pyc
/doc/tags
/init.vim
/test/ale-info-test-file
tags