remove accidental artifact

Somehow I managed to slip a temporary build file into the tree.
Remove it and update the .gitignore file so it doesn't happen again.
This commit is contained in:
Zachary T Welch 2009-11-13 11:52:53 -08:00
parent ebbc762182
commit 99b57b6dcc
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
.libs .libs
.deps .deps
*.o *.o
*.o.??????
*.a *.a
*.lo *.lo
*.la *.la