annotate .gitignore @ 7048:bead547f5dc7

fix small change in .gitignore file (resulting from switch of VCS)
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Aug 2015 19:18:02 +0200
parents 8e6a279b5954
children 055a0b587a3e
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
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 src/tags
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8 # 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
9 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
10 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
11 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
12 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
13 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
14 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
15 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
16 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
17 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
18 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
19 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
20
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
21 # Windows
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
22 *.exe
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
23 *.idb
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
24 *.manifest
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
25 *.exp
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
26 *.obj
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
27 *.pdb
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
28 *.ilk
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
29 *.sln
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
30 *.suo
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
31 *.res
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
32 *.RES
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
33 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
34 src/pathdef.c
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
35 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
36 gvimext.dll
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
37 gvimext.lib
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
38
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
39 # Borland C++
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
40 bcc.cfg
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
41 *.ilc
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
42 *.ild
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
43 *.ilf
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
44 *.ils
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
45 *.map
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
46 *.tds
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
47
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
48 # NetBeans
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
49 nbproject/*
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
50
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
51 # Mac OSX
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
52 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
53
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
54 # All platforms
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
55 *.rej
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
56 *.orig
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
57 *.mo
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
58 *.swp
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
59 *~
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
60 *.pyc
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
61 *.log
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
62 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
63
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
64 # 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
65 src/po/*.ck
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
66 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
67 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
68 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
69 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
70 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
71 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
72 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
73 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
74 src/testdir/dostmp/*
8e6a279b5954 Add a .gitignore file, it's very similar to the .hgignore file.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
75 src/memfile_test