blob: ae9f65fb11cf99bd64d7d470cf571dabb57468fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
!.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
|