diff options
author | Bartosz DziewoĆski <matma.rex@gmail.com> | 2015-01-11 18:04:16 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2015-01-11 18:53:02 +0000 |
commit | abb4271ad1d3d593832a3209803552c9659d14ec (patch) | |
tree | b78e015566c5fd51a8d3a99f1c84a84ca10b8803 /.gitignore | |
parent | 8fe8035da20d0f5861b51f196c7443dda06301ba (diff) | |
download | mediawikicore-abb4271ad1d3d593832a3209803552c9659d14ec.tar.gz mediawikicore-abb4271ad1d3d593832a3209803552c9659d14ec.zip |
Add .*.orig to .gitignore
People and tools sometimes accidentally commit these, let's make it
more difficult to do.
Change-Id: I05574d46186642940054aaecec055723c7ade8ac
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 550f01726943..6fff07822626 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ .project cscope.files cscope.out +.*.orig ## NetBeans nbproject* project.index |