some .gitignore files to suppress display of generated files in git

This commit is contained in:
Seth Schoen 2012-07-14 13:49:58 -07:00
parent f82c259b1a
commit d18c7f6eee
5 changed files with 12 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.pyc
chocolate_protocol_pb2.py
m3

2
client-webserver/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
choc_cert_extensions.cnf
*.crt

1
server-ca/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
SERVERNAME

1
server-ca/demoCA/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
newcerts

5
server-ca/sni_challenge/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
_sni_support.so
sni_support_wrap.c
sni_support.py
sni_support.o
sni_support_wrap.o