diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2020-06-09 22:33:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 22:33:28 +0100 |
| commit | 936cfd91b697a47228eec3a9191283be4f475446 (patch) | |
| tree | 3037684dfaa5bb84330e91ee4acb1ddb566f07c7 | |
| parent | 7d47b05e1542f33acd26397b712634f3973316aa (diff) | |
| parent | a5b86a246e34e73599853243a44b80a2ec92d573 (diff) | |
| download | perlweeklychallenge-club-936cfd91b697a47228eec3a9191283be4f475446.tar.gz perlweeklychallenge-club-936cfd91b697a47228eec3a9191283be4f475446.tar.bz2 perlweeklychallenge-club-936cfd91b697a47228eec3a9191283be4f475446.zip | |
Merge pull request #1812 from jo-37/contrib
ignore vim swap files
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0d74b6c749..40a0244345 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .precomp/ .DS_Store .vstags +.*.swp |
