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