diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore index 3dd6ef7d25..833ef3b0b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ /GIT-BUILD-OPTIONS /GIT-CFLAGS -/GIT-GUI-VARS +/GIT-LDFLAGS +/GIT-PREFIX +/GIT-PERL-DEFINES +/GIT-PYTHON-VARS +/GIT-SCRIPT-DEFINES +/GIT-USER-AGENT /GIT-VERSION-FILE /bin-wrappers/ /git @@ -18,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 @@ -25,10 +32,15 @@ /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 /git-cvsexportcommit /git-cvsimport /git-cvsserver @@ -43,7 +55,6 @@ /git-fast-export /git-fast-import /git-fetch -/git-fetch--tool /git-fetch-pack /git-filter-branch /git-fmt-merge-msg @@ -63,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 @@ -89,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 @@ -102,12 +113,13 @@ /git-quiltimport /git-read-tree /git-rebase +/git-rebase--am +/git-rebase--helper /git-rebase--interactive +/git-rebase--merge /git-receive-pack /git-reflog -/git-relink /git-remote -/git-remote-curl /git-remote-http /git-remote-https /git-remote-ftp @@ -115,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 @@ -127,7 +140,10 @@ /git-rm /git-send-email /git-send-pack +/git-sh-i18n +/git-sh-i18n--envsubst /git-sh-setup +/git-sh-i18n /git-shell /git-shortlog /git-show @@ -139,10 +155,10 @@ /git-status /git-stripspace /git-submodule +/git-submodule--helper /git-svn /git-symbolic-ref /git-tag -/git-tar-tree /git-unpack-file /git-unpack-objects /git-update-index @@ -151,35 +167,18 @@ /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-ctype -/test-date -/test-delta -/test-dump-cache-tree -/test-genrandom -/test-index-version -/test-line-buffer -/test-match-trees -/test-obj-pool -/test-parse-options -/test-path-utils -/test-run-command -/test-sha1 -/test-sigchain -/test-string-pool -/test-subprocess -/test-svn-fe -/test-treap /common-cmds.h *.tar.gz *.dsc @@ -209,6 +208,7 @@ /cscope* *.obj *.lib +*.res *.sln *.suo *.ncb |