diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2015-12-22 00:47:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-22 00:47:22 +0000 |
commit | ba06278878eee3f4ee3b744669214a59e22deae7 (patch) | |
tree | c20b6911300887b98333752bc5c05cf42ba6f8dd | |
parent | 106ffc63482d1c739435e79cbaf352d9cd6e16c3 (diff) | |
parent | 5518802bc4215195a8ee9df4b25078573a9d83e9 (diff) |
Merge "update .gitignore for swap files"
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c23a0d69f..2884629e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.swp +*~ +.*.sw? /build/ /output/ /releng/ |