comparison .hgignore @ 16574:cabfcd0f8012 v8.1.1290

patch 8.1.1290: .hgignore and .gitignore are either distributed or in git commit https://github.com/vim/vim/commit/fd31e45e4bccd7070d02e4d20bcab1f45b271600 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 21:48:51 2019 +0200 patch 8.1.1290: .hgignore and .gitignore are either distributed or in git Problem: .hgignore and .gitignore are either distributed or in git, not both. Solution: Add .gitignore to the distribution and .hgignore to git. Update the entries. (Christian Brabandt, Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:00:05 +0200
parents
children 7e733046db1d
comparison
equal deleted inserted replaced
16573:23b28ec23103 16574:cabfcd0f8012
1 syntax: glob
2
3 # Unixen: object and executable files.
4 *.o
5 src/vim
6 src/xxd/xxd
7 src/auto/if_perl.c
8 src/auto/gui_gtk_gresources.c
9 src/auto/gui_gtk_gresources.h
10 src/objects/.dirstamp
11 src/objects
12 src/tags
13
14 # We do need src/auto/configure.
15 src/auto/config.cache
16 src/auto/config.h
17 src/auto/config.log
18 src/auto/config.mk
19 src/auto/config.status
20 src/auto/osdef.h
21 src/auto/link.log
22 src/auto/link.sed
23 src/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
38 vim*.dll
39 vim*.lib
40 src/pathdef.c
41 src/Obj*/pathdef.c
42 gvimext.dll
43 gvimext.lib
44 gvim.lib
45 runtime/doc/uganda.nsis.txt
46 nsis/icons/*
47
48 # Borland C++
49 bcc.cfg
50 *.ilc
51 *.ild
52 *.ilf
53 *.ils
54 *.tds
55
56 # NetBeans
57 nbproject/*
58
59 # Mac OSX
60 src/xxd/xxd.dSYM
61
62 # All platforms
63 *.rej
64 *.orig
65 *.mo
66 *.swp
67 *~
68 *.pyc
69 *.log
70 src/po/vim.pot
71
72 # Generated by "make test"
73 src/po/*.ck
74 src/po/*.desktop
75 src/testdir/mbyte.vim
76 src/testdir/mzscheme.vim
77 src/testdir/lua.vim
78 src/testdir/small.vim
79 src/testdir/tiny.vim
80 src/testdir/test*.out
81 src/testdir/test*.failed
82 src/testdir/test.log
83 src/testdir/dostmp/*
84 src/testdir/messages
85 src/testdir/viminfo
86 src/testdir/opt_test.vim
87 runtime/indent/testdir/*.out
88 src/memfile_test
89 src/json_test
90 src/message_test
91 src/kword_test
92
93 # Generated by "make install"
94 runtime/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-*
98 src/shadow
99 src/shadow-*
100 src/runtime
101 src/pixmaps
102
103 # other possible files build by tools
104 src/cscope.out