ale/.gitignore

12 lines
170 B
Plaintext
Raw Normal View History

!.editorconfig
*.obj
2018-12-10 15:20:23 -05:00
# Ignore all hidden files everywhere.
# Use `git add -f` to add hidden files.
.*
__pycache__
*.pyc
/doc/tags
/init.vim
/test/ale-info-test-file
2017-03-25 19:02:59 -04:00
tags