.gitignore 319 B

12345678910111213141516
  1. # git ls-files --others --exclude-from=.git/info/exclude
  2. # Lines that start with '#' are comments.
  3. # For a project mostly in C, the following would be a good set of
  4. # exclude patterns (uncomment them if you want to use them):
  5. # *.[oa]
  6. # *~
  7. client/
  8. local/
  9. *.crt
  10. *.csr
  11. *.key
  12. index.*
  13. serial.*
  14. *.txt
  15. *.pem