From 4393c25bd50ddc74a9a7c336b679fd1bb5e2ec5e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Jan 2014 19:59:51 -0800 Subject: [PATCH] media/build/.gitignore: Ignore the results of media compilation The Makefile allows you to build all of this from source, so there's no need to version the compiled material. As a helpful side effect, this .gitignore file ensures that the media/build directory is automatically created by future Git checkouts ;). --- media/build/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 media/build/.gitignore diff --git a/media/build/.gitignore b/media/build/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/media/build/.gitignore @@ -0,0 +1 @@ +* -- 2.26.2