diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-08-07 16:52:38 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-08-07 17:19:51 +0200 |
commit | 63dd3a5315b7f435ef7b0ff246bc32f40b7f475f (patch) | |
tree | c1e6fef7a84faac7a747a59c1597a3f237dd5d9f /.gitignore | |
parent | dd3a408d89027c2eb4d8df7a195c4e70ba951f10 (diff) | |
download | sonarqube-63dd3a5315b7f435ef7b0ff246bc32f40b7f475f.tar.gz sonarqube-63dd3a5315b7f435ef7b0ff246bc32f40b7f475f.zip |
ignore license files in scripts/patches
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 01585d7b123..ca2eadb1a2a 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ Desktop.ini # scripts patches, they are local to each developer scripts/patches/*.sh +scripts/patches/*license*.txt |