diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-17 21:15:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-17 21:18:43 +0100 |
commit | da112ac51de57fa8b4684eb13d1eebd555a4a593 (patch) | |
tree | 34e0e9e64100429d10174a8c0674415a8dfe9e50 /.gitignore | |
parent | d7016491fb4bd7d1c19ba36499649ad6a6d6da8e (diff) | |
download | sonarqube-da112ac51de57fa8b4684eb13d1eebd555a4a593.tar.gz sonarqube-da112ac51de57fa8b4684eb13d1eebd555a4a593.zip |
Add development patches for start.sh
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eed05a54bdd..fadc2446785 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,7 @@ Desktop.ini # scripts patches, they are local to each developer scripts/patches/*.* scripts/patches/*license*.txt +!scripts/patches/debug_ce.sh +!scripts/patches/debug_web.sh +!scripts/patches/mysql.sh +!scripts/patches/postgres.sh |