[PATCH] ignore compiled object files
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Mike Frysinger <[email protected]> --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index b2edf48..609bd5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.a +*.exe +*.o *~ +* ABOUT-NLS -- 1.7.8.5