comparison .gitignore @ 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 4a8a9664817d
children 7e733046db1d
comparison
equal deleted inserted replaced
16573:23b28ec23103 16574:cabfcd0f8012
4 src/xxd/xxd 4 src/xxd/xxd
5 src/auto/if_perl.c 5 src/auto/if_perl.c
6 src/auto/gui_gtk_gresources.c 6 src/auto/gui_gtk_gresources.c
7 src/auto/gui_gtk_gresources.h 7 src/auto/gui_gtk_gresources.h
8 src/objects/.dirstamp 8 src/objects/.dirstamp
9 src/objects
9 src/tags 10 src/tags
10 11
11 # We do need src/auto/configure. 12 # We do need src/auto/configure.
12 src/auto/config.aap
13 src/auto/config.cache 13 src/auto/config.cache
14 src/auto/config.h 14 src/auto/config.h
15 src/auto/config.log 15 src/auto/config.log
16 src/auto/config.mk 16 src/auto/config.mk
17 src/auto/config.status 17 src/auto/config.status
18 src/auto/configure.aap
19 src/auto/osdef.h 18 src/auto/osdef.h
20 src/auto/link.log 19 src/auto/link.log
21 src/auto/link.sed 20 src/auto/link.sed
22 src/auto/pathdef.c 21 src/auto/pathdef.c
23 22
24 # Windows 23 # Windows
25 *.exe 24 *.exe
26 *.idb 25 *.idb
27 *.manifest 26 *.manifest
28 *.exp 27 *.exp
28 *.map
29 *.obj 29 *.obj
30 *.pdb 30 *.pdb
31 *.ilk 31 *.ilk
32 *.sln 32 *.sln
33 *.suo 33 *.suo
34 *.res 34 *.res
35 *.RES 35 *.RES
36 vim*.dll 36 vim*.dll
37 vim*.lib 37 vim*.lib
38 src/if_perl.c
39 src/pathdef.c 38 src/pathdef.c
40 src/Obj*/pathdef.c 39 src/Obj*/pathdef.c
41 gvimext.dll 40 gvimext.dll
42 gvimext.lib 41 gvimext.lib
43 gvim.lib 42 gvim.lib
44 runtime/doc/uganda.nsis.txt 43 runtime/doc/uganda.nsis.txt
44 nsis/icons/*
45 45
46 # Borland C++ 46 # Borland C++
47 bcc.cfg 47 bcc.cfg
48 *.ilc 48 *.ilc
49 *.ild 49 *.ild
50 *.ilf 50 *.ilf
51 *.ils 51 *.ils
52 *.map
53 *.tds 52 *.tds
54 53
55 # NetBeans 54 # NetBeans
56 nbproject/* 55 nbproject/*
57 56
86 runtime/indent/testdir/*.out 85 runtime/indent/testdir/*.out
87 src/memfile_test 86 src/memfile_test
88 src/json_test 87 src/json_test
89 src/message_test 88 src/message_test
90 src/kword_test 89 src/kword_test
90
91 # Generated by "make install"
92 runtime/doc/tags
93
94 # Generated by "make shadow". The directory names could be anything but we
95 # restrict them to shadow (the default) or shadow-*
96 src/shadow
97 src/shadow-*
98 src/runtime
99 src/pixmaps
100
101 # other possible files build by tools
102 src/cscope.out