Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Taylor <rayjolt@gmail.com>2017-03-18 11:58:44 +0300
committerJack Taylor <rayjolt@gmail.com>2017-03-18 12:12:32 +0300
commit212185a2a35ec802f0b4118597dea6f9d19fa668 (patch)
treed3c493ad8d49e255b9476eb27971759c048a0d89 /.gitignore
parentbb64fb5b8e7634294a06ad76f32d876f3009ee41 (diff)
Ignore vim swap files
Add vim's .swp files to .gitignore. These files are created by vim whenever you open a file, so if you have a file open while running "git status", the .swp file will show up as untracked, which is kind of annoying.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 96374c4..7a429d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,9 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
+# Vim swap files
+*.swp
+
# =========================
# Operating System Files
# =========================