diff options
author | Ben Murray <ben@duosecurity.com> | 2013-05-03 11:12:09 -0400 |
---|---|---|
committer | Ben Murray <ben@duosecurity.com> | 2013-05-03 11:12:09 -0400 |
commit | e7fd788d6a11a9d8a13d7e249bac6c8bb610a16c (patch) | |
tree | 7970062b982cdcb9798d3e148b7c2ddde76d1ff2 | |
parent | 9b4e1d0147d94a0328cf92aa6d006d161ed050dc (diff) | |
download | openvpn-duo-plugin-e7fd788d6a11a9d8a13d7e249bac6c8bb610a16c.tar.gz openvpn-duo-plugin-e7fd788d6a11a9d8a13d7e249bac6c8bb610a16c.zip |
Add .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b5c4ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.pyc +*.so +*~ |