ale/.gitignore

12 lines
170 B
Plaintext
Raw Normal View History

!.editorconfig
*.obj
2018-12-10 20:20:23 +00: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 23:02:59 +00:00
tags