diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 01:21:56 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 01:21:56 -0600 |
commit | 6b49a9f14161e6398b5cf4e1ce633197009b82f3 (patch) | |
tree | 1d7e0bf68c24ab39736ffa024f282211f9a2a5c2 | |
parent | b205d8a02ede876f6494e5f0861e5b78348fafdb (diff) |
ignore binaries
hg-commit-id: f99b05e5cc4f
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ syntax: glob #compiled object file *.o +#no binaries +*.exe + #roms *.gbc |