Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-09 18:54:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-09 18:54:09 +0300
commit4063befe57aab3f21abd10a8713aa0ebc22cedd8 (patch)
tree132f5c149d08c220a2a86a1c67354c5965fcc6a2 /acceptance-tests/external
parent5a33ae7c7fe235dc1576363d30847017eae51e51 (diff)
[acceptance-tests] Move git "submodules" to acceptance-tests/external instead of next to Mono repo
A few people told me it's surprising that acceptance-tests checks out repos into <mono repo>/../ and it can cause unwanted changes when a repo with the same name already exists there. While this structure is used in several internal repos I agree for Mono it's better to keep everything inside the repo itself.
Diffstat (limited to 'acceptance-tests/external')
-rw-r--r--acceptance-tests/external/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/acceptance-tests/external/.gitignore b/acceptance-tests/external/.gitignore
new file mode 100644
index 00000000000..c96a04f008e
--- /dev/null
+++ b/acceptance-tests/external/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore \ No newline at end of file