Skip to content

Commit

Permalink
.gitignore: add vim swap files and ignore all VERSIONS files
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
commodo committed May 18, 2018
1 parent 69bff7d commit ba88a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
*.rej
*~
*.pyc
board/pluto/VERSIONS
board/m2k/VERSIONS
*.swp
board/*/VERSIONS

0 comments on commit ba88a2d

Please sign in to comment.