forked from neovim/neovim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (46 loc) · 866 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Tools
.ropeproject/
compile_commands.json
# Visual Studio
/.vs/
# Build/deps dir
/build/
/cmake-build-debug/
/dist/
/.deps/
/tmp/
*.mo
.*.sw?
*~
*.pyc
*.o
*.so
tags
/src/nvim/po/vim.pot
/src/nvim/po/*.ck
# Generated by tests with $NVIM_LOG_FILE set.
/.nvimlog
# Generated by scripts/vim-patch.sh
/.vim-src/
# Generated by old (Vim) tests.
/src/nvim/testdir/del
/src/nvim/testdir/test*.out
/src/nvim/testdir/test*.res
/src/nvim/testdir/test.log
/src/nvim/testdir/messages
/src/nvim/testdir/viminfo
/src/nvim/testdir/test.ok
/src/nvim/testdir/*.failed
/src/nvim/testdir/X*
/src/nvim/testdir/valgrind.*
/src/nvim/testdir/.gdbinit
# Generated by unit tests.
/test/includes/post/
# Generated by luacheck during `make testlint'
/test/.luacheckcache
# local make targets
local.mk
# runtime/doc
/runtime/doc/*.html
/runtime/doc/tags.ref
/runtime/doc/errors.log