blob: a48b3b9409001dee2edf628f0d24b9e02bd080b9 [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
Bram Moolenaarfd31e452019-05-07 21:48:51 +020048# NetBeans
49nbproject/*
50
51# Mac OSX
52src/xxd/xxd.dSYM
53
54# All platforms
55*.rej
56*.orig
57*.mo
58*.swp
59*~
60*.pyc
61*.log
62src/po/vim.pot
63
64# Generated by "make test"
65src/po/*.ck
66src/po/*.desktop
67src/testdir/mbyte.vim
68src/testdir/mzscheme.vim
69src/testdir/lua.vim
70src/testdir/small.vim
71src/testdir/tiny.vim
72src/testdir/test*.out
73src/testdir/test*.failed
74src/testdir/test.log
75src/testdir/dostmp/*
76src/testdir/messages
77src/testdir/viminfo
78src/testdir/opt_test.vim
79runtime/indent/testdir/*.out
80src/memfile_test
81src/json_test
82src/message_test
83src/kword_test
84
85# Generated by "make install"
86runtime/doc/tags
87
88# Generated by "make shadow". The directory names could be anything but we
89# restrict them to shadow (the default) or shadow-*
90src/shadow
91src/shadow-*
92src/runtime
93src/pixmaps
94
95# other possible files build by tools
96src/cscope.out