diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 64 |
1 files changed, 56 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index 83cf1b7532..a05241916c 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,19 +113,24 @@ /git-quiltimport /git-read-tree /git-rebase +/git-rebase--am /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 /git-remote-ftps +/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 @@ -124,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,7 +158,6 @@ /git-svn /git-symbolic-ref /git-tag -/git-tar-tree /git-unpack-file /git-unpack-objects /git-update-index @@ -148,26 +166,47 @@ /git-upload-archive /git-upload-pack /git-var +/git-verify-commit /git-verify-pack /git-verify-tag /git-web--browse /git-whatchanged /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-config /test-date /test-delta /test-dump-cache-tree +/test-dump-split-index +/test-scrap-cache-tree /test-genrandom +/test-hashmap /test-index-version +/test-line-buffer /test-match-trees +/test-mergesort +/test-mktemp /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-list +/test-subprocess +/test-svn-fe +/test-urlmatch-normalization +/test-wildmatch /common-cmds.h *.tar.gz *.dsc @@ -176,6 +215,13 @@ *.exe *.[aos] *.py[co] +.depend/ +*.gcda +*.gcno +*.gcov +/coverage-untested-functions +/cover_db/ +/cover_db_html/ *+ /config.mak /autom4te.cache @@ -185,11 +231,13 @@ /config.mak.autogen /config.mak.append /configure +/unicode /tags /TAGS /cscope* *.obj *.lib +*.res *.sln *.suo *.ncb |