blob: d266dda0913e9bf01ad1731ce26eac5df578afc2 [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
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
29*.manifest
30*.exp
31*.map
32*.obj
33*.pdb
34*.ilk
35*.sln
36*.suo
37*.res
38*.RES
39vim*.dll
40vim*.lib
Bram Moolenaardfc14552019-06-21 17:36:10 +020041src/dobj*/pathdef.c
42src/gobj*/pathdef.c
43src/obj*/pathdef.c
Bram Moolenaarfd31e452019-05-07 21:48:51 +020044src/Obj*/pathdef.c
45gvimext.dll
46gvimext.lib
47gvim.lib
48runtime/doc/uganda.nsis.txt
49nsis/icons/*
50
Bram Moolenaarfd31e452019-05-07 21:48:51 +020051# NetBeans
52nbproject/*
53
54# Mac OSX
55src/xxd/xxd.dSYM
56
57# All platforms
58*.rej
59*.orig
60*.mo
61*.swp
62*~
63*.pyc
64*.log
65src/po/vim.pot
66
67# Generated by "make test"
68src/po/*.ck
69src/po/*.desktop
70src/testdir/mbyte.vim
71src/testdir/mzscheme.vim
72src/testdir/lua.vim
73src/testdir/small.vim
74src/testdir/tiny.vim
75src/testdir/test*.out
76src/testdir/test*.failed
77src/testdir/test.log
78src/testdir/dostmp/*
79src/testdir/messages
80src/testdir/viminfo
81src/testdir/opt_test.vim
82runtime/indent/testdir/*.out
83src/memfile_test
84src/json_test
85src/message_test
86src/kword_test
87
88# Generated by "make install"
89runtime/doc/tags
Bram Moolenaar4ba64412020-01-09 16:25:52 +010090runtime/doc/doctags
Bram Moolenaarfd31e452019-05-07 21:48:51 +020091
92# Generated by "make shadow". The directory names could be anything but we
93# restrict them to shadow (the default) or shadow-*
94src/shadow
95src/shadow-*
96src/runtime
97src/pixmaps
98
99# other possible files build by tools
100src/cscope.out