diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 30 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 3b7680ea1e..a685ec1fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ /GIT-BUILD-OPTIONS /GIT-CFLAGS /GIT-LDFLAGS -/GIT-GUI-VARS +/GIT-PREFIX +/GIT-PERL-DEFINES +/GIT-PYTHON-VARS +/GIT-SCRIPT-DEFINES +/GIT-USER-AGENT /GIT-VERSION-FILE /bin-wrappers/ /git @@ -19,6 +23,8 @@ /git-bundle /git-cat-file /git-check-attr +/git-check-ignore +/git-check-mailmap /git-check-ref-format /git-checkout /git-checkout-index @@ -26,10 +32,12 @@ /git-cherry-pick /git-clean /git-clone +/git-column /git-commit /git-commit-tree /git-config /git-count-objects +/git-credential /git-credential-cache /git-credential-cache--daemon /git-credential-store @@ -66,9 +74,9 @@ /git-index-pack /git-init /git-init-db +/git-interpret-trailers /git-instaweb /git-log -/git-lost-found /git-ls-files /git-ls-remote /git-ls-tree @@ -92,12 +100,12 @@ /git-name-rev /git-mv /git-notes +/git-p4 /git-pack-redundant /git-pack-objects /git-pack-refs /git-parse-remote /git-patch-id -/git-peek-remote /git-prune /git-prune-packed /git-pull @@ -119,9 +127,10 @@ /git-remote-fd /git-remote-ext /git-remote-testgit +/git-remote-testpy +/git-remote-testsvn /git-repack /git-replace -/git-repo-config /git-request-pull /git-rerere /git-reset @@ -149,7 +158,6 @@ /git-svn /git-symbolic-ref /git-tag -/git-tar-tree /git-unpack-file /git-unpack-objects /git-update-index @@ -158,39 +166,49 @@ /git-upload-archive /git-upload-pack /git-var +/git-verify-commit /git-verify-pack /git-verify-tag /git-web--browse /git-whatchanged +/git-worktree /git-write-tree /git-core-*/?* -/gitk-git/gitk-wish /gitweb/GITWEB-BUILD-OPTIONS /gitweb/gitweb.cgi /gitweb/static/gitweb.js /gitweb/static/gitweb.min.* /test-chmtime -/test-credential /test-ctype +/test-config /test-date /test-delta /test-dump-cache-tree +/test-dump-split-index +/test-dump-untracked-cache /test-scrap-cache-tree /test-genrandom +/test-hashmap /test-index-version /test-line-buffer /test-match-trees +/test-mergesort /test-mktemp -/test-obj-pool /test-parse-options /test-path-utils +/test-prio-queue +/test-read-cache +/test-regex +/test-revision-walking /test-run-command /test-sha1 +/test-sha1-array /test-sigchain -/test-string-pool +/test-string-list /test-subprocess /test-svn-fe -/test-treap +/test-urlmatch-normalization +/test-wildmatch /common-cmds.h *.tar.gz *.dsc @@ -215,11 +233,13 @@ /config.mak.autogen /config.mak.append /configure +/unicode /tags /TAGS /cscope* *.obj *.lib +*.res *.sln *.suo *.ncb |