diff options
author | Paul Berry <stereotype441@gmail.com> | 2012-05-08 11:03:55 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2012-05-08 13:10:00 -0700 |
commit | e19741c4d8a1da4c3d3c0eac5cb5b7235b0a93b1 (patch) | |
tree | b62a4c839fa53508085f2dad7ba502ae6a2eb685 /bin | |
parent | 363c14ae0cd2baa624d85e8c9db12cd1677190ea (diff) |
Add bin/compile to .gitignore
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index 04c0a1c16b..2ee67a666a 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -4,3 +4,4 @@ install-sh /depcomp /missing ylwrap +compile |