diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index acffdfaae6..aa258a6bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ /GIT-BUILD-OPTIONS /GIT-CFLAGS -/GIT-GUI-VARS +/GIT-LDFLAGS +/GIT-PREFIX +/GIT-PYTHON-VARS +/GIT-SCRIPT-DEFINES +/GIT-USER-AGENT /GIT-VERSION-FILE /bin-wrappers/ /git @@ -25,10 +29,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 @@ -88,6 +97,7 @@ /git-name-rev /git-mv /git-notes +/git-p4 /git-pack-redundant /git-pack-objects /git-pack-refs @@ -114,7 +124,8 @@ /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 @@ -160,7 +171,6 @@ /git-whatchanged /git-write-tree /git-core-*/?* -/gitk-git/gitk-wish /gitweb/GITWEB-BUILD-OPTIONS /gitweb/gitweb.cgi /gitweb/static/gitweb.js @@ -170,21 +180,24 @@ /test-date /test-delta /test-dump-cache-tree +/test-scrap-cache-tree /test-genrandom /test-index-version /test-line-buffer /test-match-trees +/test-mergesort /test-mktemp -/test-obj-pool /test-parse-options /test-path-utils +/test-regex +/test-revision-walking /test-run-command /test-sha1 /test-sigchain -/test-string-pool +/test-string-list /test-subprocess /test-svn-fe -/test-treap +/test-wildmatch /common-cmds.h *.tar.gz *.dsc |