diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 16:21:16 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 16:21:16 -0800 |
| commit | ce94b3f0b4a102e2b993296675318bd143ae2e28 (patch) | |
| tree | b1e43e5e695db2c2499481f4aaa60a18743074e3 | |
| parent | 7c302c395ec699738bade269673c06a38cbedbff (diff) | |
Ignore the bin folder that can be used to collect binaries across ports.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7770297c1..fa2dc1090 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ # Build directory ###################### build/ +bin/ # Test failure outputs ###################### |
