diff options
author | B. Stack <bgstack15@gmail.com> | 2024-09-13 15:10:07 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-09-13 15:10:07 -0400 |
commit | e7cfa31919e588d473510109392b35e4d690ac2e (patch) | |
tree | 740ae3097b8c2fa2680e349c95fa04f7f1d24c4c /.gitignore | |
download | cepceslib-e7cfa31919e588d473510109392b35e4d690ac2e.tar.gz cepceslib-e7cfa31919e588d473510109392b35e4d690ac2e.tar.bz2 cepceslib-e7cfa31919e588d473510109392b35e4d690ac2e.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e8bd28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.ces +*.csr +*.key +*.response +.*.*swp +old/ +*.pem +*.p12 +*.pfx |