blob: 8b5c5eda2fab89c60373af663ccca1456f17c7f6 [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
10src/objects/.dirstamp
11src/objects
12src/tags
13
14# We do need src/auto/configure.
15src/auto/config.cache
16src/auto/config.h
17src/auto/config.log
18src/auto/config.mk
19src/auto/config.status
20src/auto/osdef.h
21src/auto/link.log
22src/auto/link.sed
23src/auto/pathdef.c
24
25# Windows
26*.exe
27*.idb
28*.manifest
29*.exp
30*.map
31*.obj
32*.pdb
33*.ilk
34*.sln
35*.suo
36*.res
37*.RES
38vim*.dll
39vim*.lib
40src/pathdef.c
41src/Obj*/pathdef.c
42gvimext.dll
43gvimext.lib
44gvim.lib
45runtime/doc/uganda.nsis.txt
46nsis/icons/*
47
48# Borland C++
49bcc.cfg
50*.ilc
51*.ild
52*.ilf
53*.ils
54*.tds
55
56# NetBeans
57nbproject/*
58
59# Mac OSX
60src/xxd/xxd.dSYM
61
62# All platforms
63*.rej
64*.orig
65*.mo
66*.swp
67*~
68*.pyc
69*.log
70src/po/vim.pot
71
72# Generated by "make test"
73src/po/*.ck
74src/po/*.desktop
75src/testdir/mbyte.vim
76src/testdir/mzscheme.vim
77src/testdir/lua.vim
78src/testdir/small.vim
79src/testdir/tiny.vim
80src/testdir/test*.out
81src/testdir/test*.failed
82src/testdir/test.log
83src/testdir/dostmp/*
84src/testdir/messages
85src/testdir/viminfo
86src/testdir/opt_test.vim
87runtime/indent/testdir/*.out
88src/memfile_test
89src/json_test
90src/message_test
91src/kword_test
92
93# Generated by "make install"
94runtime/doc/tags
95
96# Generated by "make shadow". The directory names could be anything but we
97# restrict them to shadow (the default) or shadow-*
98src/shadow
99src/shadow-*
100src/runtime
101src/pixmaps
102
103# other possible files build by tools
104src/cscope.out