summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-15 10:43:20 -0600
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-11-21 02:06:05 -0600
commit09e2349c51cd9a8e5d7544e07266a5ff681ef328 (patch)
treec54eed6876bf353e12613a45a145ef3f054c2023 /.gitignore
parent3e8fe4d8e19be2ccd8f5bb898530e2f615a90321 (diff)
Save downloaded tarballs under external/tarballs/
The choice of src/ as a place to save those tarballs was unfortunate, since it is used everywhere else for own source code. After moving all external modules to external/, it makes sense to put the tarballs there too and, while at it, use a more appropriate name. If src exist as a directory, we move it to external/tarballs and leave a link behind for backward compat for people switching from after to before the change in the git repo. Change-Id: I045c4470945f5fadf7760855833ef58e6594ec80 Reviewed-on: https://gerrit.libreoffice.org/6597 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0de9054739b4..a227af3d8e9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,7 @@
# if that is not the case, don't hide it here, but try to fix it
#
# The intent is that after a make distclean, .gitignore
-# should not catch anything but possibly /src
+# should not catch anything but possibly /external/tarballs
#
# where stuff are built
@@ -24,7 +24,7 @@
/workdir
# where the external downloads maybe located
-/src
+/external/tarballs
# autoconf generated stuff
/aclocal.m4