aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnna “CyberTailor” <cyber@sysrq.in>2021-07-13 16:30:54 +0500
committerOmar Polo <op@omarpolo.com>2021-07-13 13:38:42 +0200
commitf3966209e5941ee3139425c5e375d373c1026923 (patch)
treeab6d6ecc6d5eb5fa42fd1a45527deaec6a24f322 /.gitignore
parenta556718a24d003523b7fb0406061e7f89291b14e (diff)
contrib/vim: add Syntastic integration
Error and warning messages are prefixed with "error: " and "warning: " correspondingly to ease integration with automated tooling. `yywarn' function added. Off-by-one line numbers in warnings are fixed. Two error messages are reworded to avoid repeating like "error: error in server directive" or "error: syntax error".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6de666..ecc1ea9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
+*~
*.pem
TAGS
gmid
!contrib/gmid
gg
*.o
+*.swp
compat/*.o
docs
y.tab.*
@@ -14,6 +16,7 @@ config.h.old
config.log
config.log.old
configure.local
+!contrib/vim/syntax_checkers/gmid
regress/testdata
regress/*.pem
regress/*.key