diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-10 22:12:32 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-10 22:12:32 +0800 |
commit | 16b6e5d50b665c5376b61ca7d02e3716a1c05ead (patch) | |
tree | 47abc80f5c6cc23384baa68b980439409e475d48 /.gitignore | |
parent | 9791e70da67091d244728070b80ee92c98d6aa8b (diff) | |
download | gitea-16b6e5d50b665c5376b61ca7d02e3716a1c05ead.tar.gz gitea-16b6e5d50b665c5376b61ca7d02e3716a1c05ead.zip |
bug fixed
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 158421d04a..f8d8a2869c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ _testmain.go *.exe~ gogs __pycache__ +*.pem |