summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-12-11 15:28:35 +0900
committerGerald Kunzmann <kunzmann@docomolab-euro.com>2016-01-29 09:46:35 +0000
commit43b60e627c26966e4d22429f867c2cdffb19a111 (patch)
tree7d10734778fb285c8310da7c0b9808565fc7bb2d
parent72b61bf2e993c4e8890174faaffe6c5dc6c4a9b4 (diff)
update .gitignore for swap files
Change-Id: I18c4a01dc7cccb51e4a10132fb6ab9ee237878c2 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 598a47c4677cbc646ccb56d8e45677d3b94cfde6)
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 84ba68c..33a0451 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
-/build/
-/output/
+*~
+.*.sw?
+/docs_build/
+/docs_output/
/releng/
74' href='#n174'>174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220