diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c5371b26436..e9d41a20bb2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,9 @@ Makefile.in missing *.sw? *~ -*lo -*la -*o +*.lo +*.la +*.o .libs Makefile stamp-h1 |