]> git.ipfire.org Git - thirdparty/git.git/blob - .gitignore
difftool: add a skeleton for the upcoming builtin
[thirdparty/git.git] / .gitignore
1 /GIT-BUILD-OPTIONS
2 /GIT-CFLAGS
3 /GIT-LDFLAGS
4 /GIT-PREFIX
5 /GIT-PERL-DEFINES
6 /GIT-PYTHON-VARS
7 /GIT-SCRIPT-DEFINES
8 /GIT-USER-AGENT
9 /GIT-VERSION-FILE
10 /bin-wrappers/
11 /git
12 /git-add
13 /git-add--interactive
14 /git-am
15 /git-annotate
16 /git-apply
17 /git-archimport
18 /git-archive
19 /git-bisect
20 /git-bisect--helper
21 /git-blame
22 /git-branch
23 /git-bundle
24 /git-cat-file
25 /git-check-attr
26 /git-check-ignore
27 /git-check-mailmap
28 /git-check-ref-format
29 /git-checkout
30 /git-checkout-index
31 /git-cherry
32 /git-cherry-pick
33 /git-clean
34 /git-clone
35 /git-column
36 /git-commit
37 /git-commit-tree
38 /git-config
39 /git-count-objects
40 /git-credential
41 /git-credential-cache
42 /git-credential-cache--daemon
43 /git-credential-store
44 /git-cvsexportcommit
45 /git-cvsimport
46 /git-cvsserver
47 /git-daemon
48 /git-diff
49 /git-diff-files
50 /git-diff-index
51 /git-diff-tree
52 /git-difftool
53 /git-difftool--helper
54 /git-describe
55 /git-fast-export
56 /git-fast-import
57 /git-fetch
58 /git-fetch-pack
59 /git-filter-branch
60 /git-fmt-merge-msg
61 /git-for-each-ref
62 /git-format-patch
63 /git-fsck
64 /git-fsck-objects
65 /git-gc
66 /git-get-tar-commit-id
67 /git-grep
68 /git-hash-object
69 /git-help
70 /git-http-backend
71 /git-http-fetch
72 /git-http-push
73 /git-imap-send
74 /git-index-pack
75 /git-init
76 /git-init-db
77 /git-interpret-trailers
78 /git-instaweb
79 /git-legacy-difftool
80 /git-log
81 /git-ls-files
82 /git-ls-remote
83 /git-ls-tree
84 /git-mailinfo
85 /git-mailsplit
86 /git-merge
87 /git-merge-base
88 /git-merge-index
89 /git-merge-file
90 /git-merge-tree
91 /git-merge-octopus
92 /git-merge-one-file
93 /git-merge-ours
94 /git-merge-recursive
95 /git-merge-resolve
96 /git-merge-subtree
97 /git-mergetool
98 /git-mergetool--lib
99 /git-mktag
100 /git-mktree
101 /git-name-rev
102 /git-mv
103 /git-notes
104 /git-p4
105 /git-pack-redundant
106 /git-pack-objects
107 /git-pack-refs
108 /git-parse-remote
109 /git-patch-id
110 /git-prune
111 /git-prune-packed
112 /git-pull
113 /git-push
114 /git-quiltimport
115 /git-read-tree
116 /git-rebase
117 /git-rebase--am
118 /git-rebase--interactive
119 /git-rebase--merge
120 /git-receive-pack
121 /git-reflog
122 /git-relink
123 /git-remote
124 /git-remote-http
125 /git-remote-https
126 /git-remote-ftp
127 /git-remote-ftps
128 /git-remote-fd
129 /git-remote-ext
130 /git-remote-testgit
131 /git-remote-testpy
132 /git-remote-testsvn
133 /git-repack
134 /git-replace
135 /git-request-pull
136 /git-rerere
137 /git-reset
138 /git-rev-list
139 /git-rev-parse
140 /git-revert
141 /git-rm
142 /git-send-email
143 /git-send-pack
144 /git-sh-i18n
145 /git-sh-i18n--envsubst
146 /git-sh-setup
147 /git-sh-i18n
148 /git-shell
149 /git-shortlog
150 /git-show
151 /git-show-branch
152 /git-show-index
153 /git-show-ref
154 /git-stage
155 /git-stash
156 /git-status
157 /git-stripspace
158 /git-submodule
159 /git-submodule--helper
160 /git-svn
161 /git-symbolic-ref
162 /git-tag
163 /git-unpack-file
164 /git-unpack-objects
165 /git-update-index
166 /git-update-ref
167 /git-update-server-info
168 /git-upload-archive
169 /git-upload-pack
170 /git-var
171 /git-verify-commit
172 /git-verify-pack
173 /git-verify-tag
174 /git-web--browse
175 /git-whatchanged
176 /git-worktree
177 /git-write-tree
178 /git-core-*/?*
179 /gitweb/GITWEB-BUILD-OPTIONS
180 /gitweb/gitweb.cgi
181 /gitweb/static/gitweb.js
182 /gitweb/static/gitweb.min.*
183 /common-cmds.h
184 *.tar.gz
185 *.dsc
186 *.deb
187 /git.spec
188 *.exe
189 *.[aos]
190 *.py[co]
191 .depend/
192 *.gcda
193 *.gcno
194 *.gcov
195 /coverage-untested-functions
196 /cover_db/
197 /cover_db_html/
198 *+
199 /config.mak
200 /autom4te.cache
201 /config.cache
202 /config.log
203 /config.status
204 /config.mak.autogen
205 /config.mak.append
206 /configure
207 /unicode
208 /tags
209 /TAGS
210 /cscope*
211 *.obj
212 *.lib
213 *.res
214 *.sln
215 *.suo
216 *.ncb
217 *.vcproj
218 *.user
219 *.idb
220 *.pdb
221 /Debug/
222 /Release/