Skip to content

Commit 36afc29

Browse files
Philip Oakleydscho
Philip Oakley
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 4881919 commit 36afc29

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
@@ -185,6 +185,42 @@
185185
/gitweb/static/gitweb.js
186186
/gitweb/static/gitweb.min.*
187187
/command-list.h
188+
/libgit
189+
/test-chmtime
190+
/test-ctype
191+
/test-config
192+
/test-date
193+
/test-delta
194+
/test-dump-cache-tree
195+
/test-dump-split-index
196+
/test-dump-untracked-cache
197+
/test-fake-ssh
198+
/test-scrap-cache-tree
199+
/test-genrandom
200+
/test-hashmap
201+
/test-index-version
202+
/test-line-buffer
203+
/test-match-trees
204+
/test-mergesort
205+
/test-mktemp
206+
/test-parse-options
207+
/test-path-utils
208+
/test-prio-queue
209+
/test-read-cache
210+
/test-regex
211+
/test-revision-walking
212+
/test-run-command
213+
/test-sha1
214+
/test-sha1-array
215+
/test-sigchain
216+
/test-string-list
217+
/test-submodule-config
218+
/test-subprocess
219+
/test-svn-fe
220+
/test-urlmatch-normalization
221+
/test-wildmatch
222+
/vcs-svn_lib
223+
/xdiff_lib
188224
*.tar.gz
189225
*.dsc
190226
*.deb

0 commit comments

Comments
 (0)