diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-02-10 23:51:52 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-02-10 23:51:52 +1100 |
commit | 9baf8106c8c0d93a45c851e55b9acc4725437864 (patch) | |
tree | 8618c189a2f0a0cc5bd3c9fa0e4744011703d806 | |
parent | 79269d5a311027e02c9e15fd328177ac7e50f45b (diff) |
Added /bin directory, set to ignore any files placed in there
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | bin/.gitignore | 5 |
2 files changed, 5 insertions, 5 deletions
@@ -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 |