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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Setter <matthew@matthewsetter.com>2018-09-28 12:43:52 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2019-02-12 22:30:29 +0300
commit1b73468bdcc50bc267ed931fdb26e47b57e6c913 (patch)
tree340dbfe365395681a52bd3fa960d4853d8d19f5a /.gitignore
parentfa7d22eb5c49f2c2304316fadc4a708848907bb3 (diff)
Reintroduce the building.adoc file
It was deleted when the original rST content was migrated to AsciiDoc, and the .gitignore file had a broad exclusion, which it was caught by. The exclusion in .gitignore has been fixed as well, in this commit. This reintroduces it, after converting the content to AsciiDoc.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f2d7e4219..dfe41be97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -164,3 +164,7 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/
+# Allow building.adoc to be tracked.
+# This exclusion needs to be added at the end, after any previous
+# reference to "build"
+!building.adoc