blob: 5c9754e2ec8fe077488488fcebb9eb12877a8e67 [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
Ken Takata3383ed72024-08-11 18:38:19 +020013src/po/big5corr
14src/po/sjiscorr
Bram Moolenaar4ba64412020-01-09 16:25:52 +010015src/types.vim
Bram Moolenaarfd31e452019-05-07 21:48:51 +020016
17# We do need src/auto/configure.
18src/auto/config.cache
19src/auto/config.h
20src/auto/config.log
21src/auto/config.mk
22src/auto/config.status
23src/auto/osdef.h
24src/auto/link.log
25src/auto/link.sed
26src/auto/pathdef.c
27
28# Windows
29*.exe
30*.idb
Bram Moolenaarfd31e452019-05-07 21:48:51 +020031*.exp
32*.map
33*.obj
34*.pdb
35*.ilk
36*.sln
37*.suo
38*.res
39*.RES
40vim*.dll
41vim*.lib
Bram Moolenaardfc14552019-06-21 17:36:10 +020042src/dobj*/pathdef.c
43src/gobj*/pathdef.c
44src/obj*/pathdef.c
Bram Moolenaarfd31e452019-05-07 21:48:51 +020045src/Obj*/pathdef.c
46gvimext.dll
47gvimext.lib
48gvim.lib
49runtime/doc/uganda.nsis.txt
50nsis/icons/*
K.Takataa63fd822023-02-24 17:16:41 +000051/vim90/
52.vscode/
Bram Moolenaarfd31e452019-05-07 21:48:51 +020053
Bram Moolenaarfd31e452019-05-07 21:48:51 +020054# NetBeans
55nbproject/*
56
57# Mac OSX
58src/xxd/xxd.dSYM
K.Takataa63fd822023-02-24 17:16:41 +000059.DS_Store
Bram Moolenaarfd31e452019-05-07 21:48:51 +020060
61# All platforms
62*.rej
63*.orig
64*.mo
65*.swp
66*~
67*.pyc
68*.log
69src/po/vim.pot
K.Takataa63fd822023-02-24 17:16:41 +000070src/tags
71/tags
72/GPATH
73/GTAGS
74/GRTAGS
75nsis/tags
Bram Moolenaarfd31e452019-05-07 21:48:51 +020076
77# Generated by "make test"
78src/po/*.ck
79src/po/*.desktop
80src/testdir/mbyte.vim
81src/testdir/mzscheme.vim
82src/testdir/lua.vim
83src/testdir/small.vim
84src/testdir/tiny.vim
85src/testdir/test*.out
86src/testdir/test*.failed
87src/testdir/test.log
88src/testdir/dostmp/*
89src/testdir/messages
90src/testdir/viminfo
91src/testdir/opt_test.vim
K.Takataa63fd822023-02-24 17:16:41 +000092src/testdir/failed
93src/testdir/starttime
Bram Moolenaarfd31e452019-05-07 21:48:51 +020094runtime/indent/testdir/*.out
K.Takataa63fd822023-02-24 17:16:41 +000095runtime/indent/testdir/*.fail
Bram Moolenaarfd31e452019-05-07 21:48:51 +020096src/memfile_test
97src/json_test
98src/message_test
99src/kword_test
100
101# Generated by "make install"
Bram Moolenaar4ba64412020-01-09 16:25:52 +0100102runtime/doc/doctags
shane.xb.qianb988c7a2024-04-10 17:15:34 +0200103runtime/doc/tags-*
Bram Moolenaarfd31e452019-05-07 21:48:51 +0200104
105# Generated by "make shadow". The directory names could be anything but we
106# restrict them to shadow (the default) or shadow-*
107src/shadow
108src/shadow-*
109src/runtime
110src/pixmaps
111
K.Takataa63fd822023-02-24 17:16:41 +0000112# other files possibly created by tools
Bram Moolenaarfd31e452019-05-07 21:48:51 +0200113src/cscope.out
K.Takataa63fd822023-02-24 17:16:41 +0000114
115# Linter/language server files
116/.cache/clangd/
117/.ccls-cache/
118/compile_commands.json