blob: 14fc3ecc5187cd14ed2f06024500ac88ae039847 [file] [log] [blame]
Bram Moolenaarfd31e452019-05-07 21:48:51 +02001syntax: glob
2
3# Unixen: object and executable files.
4*.o
5src/vim
6src/xxd/xxd
7src/auto/if_perl.c
8src/auto/gui_gtk_gresources.c
9src/auto/gui_gtk_gresources.h
K.Takataa63fd822023-02-24 17:16:41 +000010src/auto/os_haiku.rdef
Bram Moolenaarfd31e452019-05-07 21:48:51 +020011src/objects/.dirstamp
12src/objects
Bram Moolenaar4ba64412020-01-09 16:25:52 +010013src/types.vim
Bram Moolenaarfd31e452019-05-07 21:48:51 +020014
15# We do need src/auto/configure.
16src/auto/config.cache
17src/auto/config.h
18src/auto/config.log
19src/auto/config.mk
20src/auto/config.status
21src/auto/osdef.h
22src/auto/link.log
23src/auto/link.sed
24src/auto/pathdef.c
25
26# Windows
27*.exe
28*.idb
Bram Moolenaarfd31e452019-05-07 21:48:51 +020029*.exp
30*.map
31*.obj
32*.pdb
33*.ilk
34*.sln
35*.suo
36*.res
37*.RES
38vim*.dll
39vim*.lib
Bram Moolenaardfc14552019-06-21 17:36:10 +020040src/dobj*/pathdef.c
41src/gobj*/pathdef.c
42src/obj*/pathdef.c
Bram Moolenaarfd31e452019-05-07 21:48:51 +020043src/Obj*/pathdef.c
44gvimext.dll
45gvimext.lib
46gvim.lib
47runtime/doc/uganda.nsis.txt
48nsis/icons/*
K.Takataa63fd822023-02-24 17:16:41 +000049/vim90/
50.vscode/
Bram Moolenaarfd31e452019-05-07 21:48:51 +020051
Bram Moolenaarfd31e452019-05-07 21:48:51 +020052# NetBeans
53nbproject/*
54
55# Mac OSX
56src/xxd/xxd.dSYM
K.Takataa63fd822023-02-24 17:16:41 +000057.DS_Store
Bram Moolenaarfd31e452019-05-07 21:48:51 +020058
59# All platforms
60*.rej
61*.orig
62*.mo
63*.swp
64*~
65*.pyc
66*.log
67src/po/vim.pot
K.Takataa63fd822023-02-24 17:16:41 +000068src/tags
69/tags
70/GPATH
71/GTAGS
72/GRTAGS
73nsis/tags
Bram Moolenaarfd31e452019-05-07 21:48:51 +020074
75# Generated by "make test"
76src/po/*.ck
77src/po/*.desktop
78src/testdir/mbyte.vim
79src/testdir/mzscheme.vim
80src/testdir/lua.vim
81src/testdir/small.vim
82src/testdir/tiny.vim
83src/testdir/test*.out
84src/testdir/test*.failed
85src/testdir/test.log
86src/testdir/dostmp/*
87src/testdir/messages
88src/testdir/viminfo
89src/testdir/opt_test.vim
K.Takataa63fd822023-02-24 17:16:41 +000090src/testdir/failed
91src/testdir/starttime
Bram Moolenaarfd31e452019-05-07 21:48:51 +020092runtime/indent/testdir/*.out
K.Takataa63fd822023-02-24 17:16:41 +000093runtime/indent/testdir/*.fail
Bram Moolenaarfd31e452019-05-07 21:48:51 +020094src/memfile_test
95src/json_test
96src/message_test
97src/kword_test
98
99# Generated by "make install"
Bram Moolenaar4ba64412020-01-09 16:25:52 +0100100runtime/doc/doctags
Bram Moolenaarfd31e452019-05-07 21:48:51 +0200101
102# Generated by "make shadow". The directory names could be anything but we
103# restrict them to shadow (the default) or shadow-*
104src/shadow
105src/shadow-*
106src/runtime
107src/pixmaps
108
K.Takataa63fd822023-02-24 17:16:41 +0000109# other files possibly created by tools
Bram Moolenaarfd31e452019-05-07 21:48:51 +0200110src/cscope.out
K.Takataa63fd822023-02-24 17:16:41 +0000111
112# Linter/language server files
113/.cache/clangd/
114/.ccls-cache/
115/compile_commands.json