summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@intel.com>2016-01-06 18:59:28 -0200
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:25:14 -0500
commit215f5905a84313bc686bff945dadc75cc8dd2ed6 (patch)
tree375e97f05d10f3ff4b01257049e652d97ed4b5e7 /.gitignore
parent3b28220c40ac2347f764229800bc72c21abc352d (diff)
gitignore: Add vim temporary files
Change-Id: Ia36f479b449bb17ad0496d977c034f13ea978fd0 Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c8d3b0215..0f4fb7a3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
*.d
*.cmd
*.pyc
+*.swp
+*.swo
!arch/*/*/*/*.cmd
*~
cscope.*