8000 .gitignore: add vim swap files and ignore all VERSIONS files · analogdevicesinc/buildroot@ba88a2d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ba88a2d

Browse files
committed
.gitignore: add vim swap files and ignore all VERSIONS files
Instead of adding the `board/sidekiqz2/VERSIONS` file to the list, we're just going to ignore all `board/*/VERSIONS` files. This should extend to any future (similar) board builds that may be added. Added Vim swap files to avoid accidental committing them. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
1 parent 69bff7d commit ba88a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
*.rej
1414
*~
1515
*.pyc
16-
board/pluto/VERSIONS
17-
board/m2k/VERSIONS
16+
*.swp
17+
board/*/VERSIONS

0 commit comments

Comments
 (0)
0