diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-01 13:58:59 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | 3ef261d813e0f075c7eb59375bd7243f615313a7 (patch) | |
| tree | 6be159f5103424e8b16ba275eb32bb5f92cb3d3d /.gitignore | |
| parent | 64e2fe6288449071d85a68f6a9a28f3ef359034b (diff) | |
| download | boca-3ef261d813e0f075c7eb59375bd7243f615313a7.tar.gz boca-3ef261d813e0f075c7eb59375bd7243f615313a7.zip | |
Add vim .swp files to .gitignore
Do not track Vim .swp files.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,3 +14,5 @@ debian/boca.substvars debian/boca/ debian/debhelper-build-stamp debian/files + +*.swp |