diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-06-15 14:59:17 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-06-18 17:26:05 +0200 |
commit | e4ba9869d57dc4dd92648b5c8406d26fcd550d46 (patch) | |
tree | 489e0e87f6b7df0a95095de50d0264ff355fa568 /sonar-runner-batch-interface/.gitignore | |
parent | 5b6747b46db7fef9238e3bbaf66d2822e03d0a6e (diff) | |
download | sonar-scanner-cli-e4ba9869d57dc4dd92648b5c8406d26fcd550d46.tar.gz sonar-scanner-cli-e4ba9869d57dc4dd92648b5c8406d26fcd550d46.zip |
SONARUNNER-136 and SONARUNNER-137 - Provide a new API to run several analysis with same process and an interactive mode
Diffstat (limited to 'sonar-runner-batch-interface/.gitignore')
-rw-r--r-- | sonar-runner-batch-interface/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-runner-batch-interface/.gitignore b/sonar-runner-batch-interface/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/sonar-runner-batch-interface/.gitignore @@ -0,0 +1 @@ +/target/ |