Skip to content

Commit 36cd040

Browse files
Philip Oakleydscho
authored andcommitted
WIP .gitignore: ignore library directories created by MSVC VS2008 buildsystem
TODO: test whether we can drop this. Signed-off-by: Philip Oakley <[email protected]>
1 parent 2290116 commit 36cd040

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,42 @@
190190
/gitweb/static/gitweb.js
191191
/gitweb/static/gitweb.min.*
192192
/command-list.h
193+
/libgit
194+
/test-chmtime
195+
/test-ctype
196+
/test-config
197+
/test-date
198+
/test-delta
199+
/test-dump-cache-tree
200+
/test-dump-split-index
201+
/test-dump-untracked-cache
202+
/test-fake-ssh
203+
/test-scrap-cache-tree
204+
/test-genrandom
205+
/test-hashmap
206+
/test-index-version
207+
/test-line-buffer
208+
/test-match-trees
209+
/test-mergesort
210+
/test-mktemp
211+
/test-parse-options
212+
/test-path-utils
213+
/test-prio-queue
214+
/test-read-cache
215+
/test-regex
216+
/test-revision-walking
217+
/test-run-command
218+
/test-sha1
219+
/test-sha1-array
220+
/test-sigchain
221+
/test-string-list
222+
/test-submodule-config
223+
/test-subprocess
224+
/test-svn-fe
225+
/test-urlmatch-normalization
226+
/test-wildmatch
227+
/vcs-svn_lib
228+
/xdiff_lib
193229
*.tar.gz
194230
*.dsc
195231
*.deb

0 commit comments

Comments
 (0)