diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-09-07 15:33:50 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-09-09 09:11:42 +0200 |
commit | ff014382bc644b9df9e14885201265351d4f4031 (patch) | |
tree | 9153157b0df1a3956a0378c35e6e5d4d416f4d96 /.gitignore | |
parent | 77bd719aedd53e98d72ea00a656773fe7e0a4e48 (diff) | |
download | sonarqube-ff014382bc644b9df9e14885201265351d4f4031.tar.gz sonarqube-ff014382bc644b9df9e14885201265351d4f4031.zip |
git ignore all files in scripts/patches
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ca2eadb1a2a..5c177376244 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,5 @@ Desktop.ini .sonar/ # scripts patches, they are local to each developer -scripts/patches/*.sh +scripts/patches/*.* scripts/patches/*license*.txt |