summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/.gitignore1
-rw-r--r--third_party/README.md6
2 files changed, 7 insertions, 0 deletions
diff --git a/third_party/.gitignore b/third_party/.gitignore
new file mode 100644
index 00000000..355164c1
--- /dev/null
+++ b/third_party/.gitignore
@@ -0,0 +1 @@
*/
diff --git a/third_party/README.md b/third_party/README.md
new file mode 100644
index 00000000..11546589
--- /dev/null
+++ b/third_party/README.md
@@ -0,0 +1,6 @@
1# Third party dependencies
2
3All toxcore dependencies you want to build yourself should end up here, not in
4the source root. This directory is exempt from code style checks.
5
6TODO(iphydf): Change appveyor.yml to unpack dependencies here.