diff options
author | Antoine Musso <hashar@free.fr> | 2013-01-10 10:39:43 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2013-01-10 15:15:43 +0000 |
commit | f456ac23502652a3d5526a92c1dc250bc73420b3 (patch) | |
tree | 6b814bbad61217bc59546022e90b73a7b67c179e /.gitignore | |
parent | 1182c8cde995b1e2efa51edf2848d1cc6ebfbb3d (diff) | |
download | mediawikicore-f456ac23502652a3d5526a92c1dc250bc73420b3.tar.gz mediawikicore-f456ac23502652a3d5526a92c1dc250bc73420b3.zip |
ignore /.deploy used by git-deploy
git-deploy writes a status file at the root of the working copy. We want
to always ignore it.
Change-Id: I4dbbce669ba4d194c3ce5568733bd27db51fd40e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a47a454f777a..004ecf4f4dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Repository management .svn +# git-deploy status file: +/.deploy + # Editors *.kate-swp *~ |