aboutsummaryrefslogtreecommitdiff
path: root/src/external
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2018-10-27 11:01:04 +0200
committerAhmad Fatoum <ahmad@a3f.at>2019-01-08 09:03:22 +0100
commitf719de4bf8cd460a06f6fb93c9e4610dc9664de4 (patch)
treed461fa4cb2a6cff68f66c1dcd7f12f5db1678f75 /src/external
parent182bdd2e0a75a2b0405d50e3b16d504d0ab6da96 (diff)
downloadraylib-f719de4bf8cd460a06f6fb93c9e4610dc9664de4.tar.gz
raylib-f719de4bf8cd460a06f6fb93c9e4610dc9664de4.zip
external: glfw: Ignore {docs/examples/tests}/ directories
Diffstat (limited to 'src/external')
-rw-r--r--src/external/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/external/.gitignore b/src/external/.gitignore
new file mode 100644
index 00000000..b6d20344
--- /dev/null
+++ b/src/external/.gitignore
@@ -0,0 +1,3 @@
+glfw/docs/
+glfw/examples/
+glfw/tests/