From a2b0ab4f579151bd2a6145dd18ce684fadedfe23 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 12 Jul 2012 11:22:28 +1000 Subject: Make it clear that stickman example animations are binary files. Add a .bin extension to the filenames to ensure that packaging scripts treat these files as binary instead of text. Change-Id: Ib49e2bdb93a43ddb7590cb8fc0b542a251a786f8 Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/animation/stickman/animations/chilling | Bin 6508 -> 0 bytes examples/animation/stickman/animations/chilling.bin | Bin 0 -> 6508 bytes examples/animation/stickman/animations/dancing | Bin 2348 -> 0 bytes examples/animation/stickman/animations/dancing.bin | Bin 0 -> 2348 bytes examples/animation/stickman/animations/dead | Bin 268 -> 0 bytes examples/animation/stickman/animations/dead.bin | Bin 0 -> 268 bytes examples/animation/stickman/animations/jumping | Bin 1308 -> 0 bytes examples/animation/stickman/animations/jumping.bin | Bin 0 -> 1308 bytes 8 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 examples/animation/stickman/animations/chilling create mode 100644 examples/animation/stickman/animations/chilling.bin delete mode 100644 examples/animation/stickman/animations/dancing create mode 100644 examples/animation/stickman/animations/dancing.bin delete mode 100644 examples/animation/stickman/animations/dead create mode 100644 examples/animation/stickman/animations/dead.bin delete mode 100644 examples/animation/stickman/animations/jumping create mode 100644 examples/animation/stickman/animations/jumping.bin (limited to 'examples/animation/stickman/animations') diff --git a/examples/animation/stickman/animations/chilling b/examples/animation/stickman/animations/chilling deleted file mode 100644 index a81fc7a18c..0000000000 Binary files a/examples/animation/stickman/animations/chilling and /dev/null differ diff --git a/examples/animation/stickman/animations/chilling.bin b/examples/animation/stickman/animations/chilling.bin new file mode 100644 index 0000000000..a81fc7a18c Binary files /dev/null and b/examples/animation/stickman/animations/chilling.bin differ diff --git a/examples/animation/stickman/animations/dancing b/examples/animation/stickman/animations/dancing deleted file mode 100644 index 462f66f89b..0000000000 Binary files a/examples/animation/stickman/animations/dancing and /dev/null differ diff --git a/examples/animation/stickman/animations/dancing.bin b/examples/animation/stickman/animations/dancing.bin new file mode 100644 index 0000000000..462f66f89b Binary files /dev/null and b/examples/animation/stickman/animations/dancing.bin differ diff --git a/examples/animation/stickman/animations/dead b/examples/animation/stickman/animations/dead deleted file mode 100644 index 9859b4b4cd..0000000000 Binary files a/examples/animation/stickman/animations/dead and /dev/null differ diff --git a/examples/animation/stickman/animations/dead.bin b/examples/animation/stickman/animations/dead.bin new file mode 100644 index 0000000000..9859b4b4cd Binary files /dev/null and b/examples/animation/stickman/animations/dead.bin differ diff --git a/examples/animation/stickman/animations/jumping b/examples/animation/stickman/animations/jumping deleted file mode 100644 index 12661a15f8..0000000000 Binary files a/examples/animation/stickman/animations/jumping and /dev/null differ diff --git a/examples/animation/stickman/animations/jumping.bin b/examples/animation/stickman/animations/jumping.bin new file mode 100644 index 0000000000..12661a15f8 Binary files /dev/null and b/examples/animation/stickman/animations/jumping.bin differ -- cgit v1.2.3