From 9baf8106c8c0d93a45c851e55b9acc4725437864 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 10 Feb 2014 23:51:52 +1100 Subject: Added /bin directory, set to ignore any files placed in there --- bin/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/.gitignore (limited to 'bin/.gitignore') diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..ce82cfb --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,5 @@ + +# directory for binaries; no files will be tracked here + +* +!.gitignore -- cgit