annotate .gitignore @ 16451:7ae2396cef62 v8.1.1230

patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe commit https://github.com/vim/vim/commit/afde13b62b8fa25dac4635d5caee8d088b937ee0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 19:46:49 2019 +0200 patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 20:00:10 +0200
parents 85705008bb7a
children 4a8a9664817d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7016
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 # Unixen: object and executable files.
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2 *.o
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 src/vim
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 src/xxd/xxd
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 src/auto/if_perl.c
7380
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7048
diff changeset
6 src/auto/gui_gtk_gresources.c
055a0b587a3e commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8
Christian Brabandt <cb@256bit.org>
parents: 7048
diff changeset
7 src/auto/gui_gtk_gresources.h
10451
aaf009826fbd commit https://github.com/vim/vim/commit/99c5eb4fd755853a134471a63174cec71becbca7
Christian Brabandt <cb@256bit.org>
parents: 9671
diff changeset
8 src/objects/.dirstamp
7016
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 src/tags
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11 # We do need src/auto/configure.
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 src/auto/config.aap
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13 src/auto/config.cache
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
14 src/auto/config.h
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
15 src/auto/config.log
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
16 src/auto/config.mk
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
17 src/auto/config.status
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
18 src/auto/configure.aap
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
19 src/auto/osdef.h
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
20 src/auto/link.log
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
21 src/auto/link.sed
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
22 src/auto/pathdef.c
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
23
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
24 # Windows
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
25 *.exe
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
26 *.idb
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
27 *.manifest
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
28 *.exp
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
29 *.obj
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
30 *.pdb
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
31 *.ilk
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
32 *.sln
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
33 *.suo
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
34 *.res
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
35 *.RES
16451
7ae2396cef62 patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
Bram Moolenaar <Bram@vim.org>
parents: 15238
diff changeset
36 vim*.dll
7ae2396cef62 patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
Bram Moolenaar <Bram@vim.org>
parents: 15238
diff changeset
37 vim*.lib
7016
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
38 src/if_perl.c
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
39 src/pathdef.c
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
40 src/Obj*/pathdef.c
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
41 gvimext.dll
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
42 gvimext.lib
12602
9359ed49d375 patch 8.0.1179: Test_popup_and_window_resize() does not always pass
Christian Brabandt <cb@256bit.org>
parents: 11079
diff changeset
43 gvim.lib
7449
2f4a94fe0513 commit https://github.com/vim/vim/commit/89b24fcfc2250d3ccb2f96c61911d9ad0020756b
Christian Brabandt <cb@256bit.org>
parents: 7432
diff changeset
44 runtime/doc/uganda.nsis.txt
7016
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
45
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
46 # Borland C++
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
47 bcc.cfg
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
48 *.ilc
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
49 *.ild
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
50 *.ilf
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
51 *.ils
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
52 *.map
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
53 *.tds
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
54
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
55 # NetBeans
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
56 nbproject/*
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
57
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
58 # Mac OSX
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
59 src/xxd/xxd.dSYM
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
60
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
61 # All platforms
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
62 *.rej
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
63 *.orig
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
64 *.mo
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
65 *.swp
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
66 *~
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
67 *.pyc
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
68 *.log
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
69 src/po/vim.pot
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
70
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
71 # Generated by "make test"
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
72 src/po/*.ck
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
73 src/testdir/mbyte.vim
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
74 src/testdir/mzscheme.vim
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
75 src/testdir/lua.vim
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
76 src/testdir/small.vim
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
77 src/testdir/tiny.vim
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
78 src/testdir/test*.out
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
79 src/testdir/test*.failed
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
80 src/testdir/test.log
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
81 src/testdir/dostmp/*
7432
472684f0cd33 commit https://github.com/vim/vim/commit/40a346dc19a75f2be1b2d491053487cf365dd7d4
Christian Brabandt <cb@256bit.org>
parents: 7380
diff changeset
82 src/testdir/messages
472684f0cd33 commit https://github.com/vim/vim/commit/40a346dc19a75f2be1b2d491053487cf365dd7d4
Christian Brabandt <cb@256bit.org>
parents: 7380
diff changeset
83 src/testdir/viminfo
11079
50459aeb4773 patch 8.0.0428: git and hg see new files after running tests
Christian Brabandt <cb@256bit.org>
parents: 10724
diff changeset
84 src/testdir/opt_test.vim
15238
85705008bb7a Ignore output files from indent tests.
Bram Moolenaar <Bram@vim.org>
parents: 12602
diff changeset
85 runtime/indent/testdir/*.out
7016
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
86 src/memfile_test
8812
5d8c3d12b288 commit https://github.com/vim/vim/commit/8e77bad3c18245f05a3db3acc566856d30667db8
Christian Brabandt <cb@256bit.org>
parents: 7449
diff changeset
87 src/json_test
9671
5d7216118c8a commit https://github.com/vim/vim/commit/471a8975690af01a1244b28d5b5f978ca623028f
Christian Brabandt <cb@256bit.org>
parents: 8812
diff changeset
88 src/message_test
10724
ae1c6bf22e5f patch 8.0.0252: not properly recognizing word characters between 128 and 255
Christian Brabandt <cb@256bit.org>
parents: 10451
diff changeset
89 src/kword_test