Add a .gitignore file to the src directory

This commit is contained in:
Florian Weimer 2013-04-02 17:14:48 +02:00
parent 04d4055034
commit b7ac6801e8

7
defensive-coding/src/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
/C-String-Functions
/TLS-Client-GNUTLS
/TLS-Client-NSS
/TLS-Client-OpenSSL
/XML-Parser-Expat
*.class
*.o