summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ae9f65fb..7711fb99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,12 @@
!.editorconfig
*.obj
+*.pyc
# Ignore all hidden files everywhere.
# Use `git add -f` to add hidden files.
.*
-__pycache__
-*.pyc
/doc/tags
/init.vim
/test/ale-info-test-file
+/vader_output
+__pycache__
tags