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 --- .gitignore | 5 ----- bin/.gitignore | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 bin/.gitignore diff --git a/.gitignore b/.gitignore index a4c7ced..08bbf3b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,3 @@ *.hi *.o - - -# ignore any generated binaries - -./bin/* 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