diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 388cc4beee..2374f77a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +/fuzz-commit-graph +/fuzz_corpora +/fuzz-pack-headers +/fuzz-pack-idx /GIT-BUILD-OPTIONS /GIT-CFLAGS /GIT-LDFLAGS @@ -78,6 +82,7 @@ /git-init-db /git-interpret-trailers /git-instaweb +/git-legacy-stash /git-log /git-ls-files /git-ls-remote @@ -99,8 +104,9 @@ /git-mergetool--lib /git-mktag /git-mktree -/git-name-rev +/git-multi-pack-index /git-mv +/git-name-rev /git-notes /git-p4 /git-pack-redundant @@ -113,12 +119,13 @@ /git-pull /git-push /git-quiltimport +/git-range-diff /git-read-tree /git-rebase /git-rebase--am -/git-rebase--helper +/git-rebase--common /git-rebase--interactive -/git-rebase--merge +/git-rebase--preserve-merges /git-receive-pack /git-reflog /git-remote @@ -128,7 +135,6 @@ /git-remote-ftps /git-remote-fd /git-remote-ext -/git-remote-testgit /git-remote-testpy /git-remote-testsvn /git-repack @@ -206,6 +212,7 @@ /config.mak.autogen /config.mak.append /configure +/.vscode/ /tags /TAGS /cscope* @@ -221,3 +228,4 @@ *.pdb /Debug/ /Release/ +*.dSYM |