diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-30 22:51:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-30 22:51:01 +0200 |
commit | 9e175141f3437627c314257ebf894c29c71a9ded (patch) | |
tree | 788b4fabb9b76cf9638e9b59cd34517b95fbcbe6 /.gitignore | |
parent | 6adb9ea0a6ca01414f4b591f379b0f829a8273c0 (diff) | |
download | vim-git-9e175141f3437627c314257ebf894c29c71a9ded.tar.gz |
patch 8.2.0671: Haiku: compiler warningsv8.2.0671
Problem: Haiku: compiler warnings.
Solution: Avoid the warnings. Drop display_errors() copy. (Emir Sari,
closes #6018)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2dc119476..8623fdebf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ src/xxd/xxd src/auto/if_perl.c src/auto/gui_gtk_gresources.c src/auto/gui_gtk_gresources.h +src/auto/os_haiku.rdef src/objects/.dirstamp src/objects src/tags |