Add a .gitignore file to the src directory
This commit is contained in:
parent
04d4055034
commit
b7ac6801e8
1 changed files with 7 additions and 0 deletions
7
defensive-coding/src/.gitignore
vendored
Normal file
7
defensive-coding/src/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/C-String-Functions
|
||||
/TLS-Client-GNUTLS
|
||||
/TLS-Client-NSS
|
||||
/TLS-Client-OpenSSL
|
||||
/XML-Parser-Expat
|
||||
*.class
|
||||
*.o
|
Loading…
Add table
Add a link
Reference in a new issue