diff options
author | Erik Walthinsen <omega@temple-baptist.org> | 2000-01-31 03:36:35 +0000 |
---|---|---|
committer | Erik Walthinsen <omega@temple-baptist.org> | 2000-01-31 03:36:35 +0000 |
commit | af38527ad138e8900e3d08893757b1b728ed5fcf (patch) | |
tree | a972f5344c2a25d4f5f18274e8caecb4c019d656 /docs/.gitignore | |
parent | 991af0b774ad6768835eb50a86270dc57fb7b9ff (diff) |
OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours...
Original commit message from CVS:
OK, I think I've got all the .cvsignore stuff taken care of, though we'll
want to fine-tune things as we go, of course. Most of them are the same,
with some exceptions for directories that produce executables (those are
listed by name after the standard ones and a newline for separation).
Diffstat (limited to 'docs/.gitignore')
-rw-r--r-- | docs/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..08f5ed37d --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs |