Commit d7846ead0c97d941e95fd0f5defe8a58068271bd

Authored by Stéphane Raimbault
1 parent 91bd0406

Ignore html and man in doc directory

Showing 1 changed file with 4 additions and 0 deletions
.gitignore
... ... @@ -37,3 +37,7 @@ tests/random-test-server
37 37 tests/unit-test-client
38 38 tests/unit-test-server
39 39 tests/version
  40 +doc/*.html
  41 +doc/*.3
  42 +doc/*.7
  43 +
... ...