mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #3390 from certbot/ignore-more
Add more ignored files to gitignore.
This commit is contained in:
commit
d05f53bd53
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -17,9 +17,11 @@ letsencrypt-auto-source/letsencrypt-auto.sig.lzma.base64
|
|||
|
||||
/.vagrant
|
||||
|
||||
tags
|
||||
|
||||
# editor temporary files
|
||||
*~
|
||||
*.swp
|
||||
*.sw?
|
||||
\#*#
|
||||
.idea
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue