diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-10-14 23:56:20 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-10-14 23:56:20 -0700 |
commit | 8e317d390d1ef8f2c072957355b5d71db3b89c43 (patch) | |
tree | d02d39c88b3aae3d0c06b224a4f26b9d629c9235 | |
parent | 6e08a76fd8e356f98d2d6913f0c1b1401090768d (diff) |
Add *.o to .gitignore.
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 0657423..c3da614 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -3,6 +3,7 @@ config.h.in .deps .libs libXi.la +*.o *.lo Makefile Makefile.in |