Ignore common editor files in Git

Also removes the include/riscv_config.sv.bak line, which was added
in 346d14c5. We have no code that generates this file any more.
This commit is contained in:
Philipp Wagner 2019-09-17 11:01:01 +01:00 committed by Philipp Wagner
parent 80e231dd8b
commit cc18a5e7d0

8
.gitignore vendored
View file

@ -1,3 +1,7 @@
*.swp
include/riscv_config.sv.bak
# Build output
build
# Common editor/IDE config and temporary files
.project
.vscode/
.sw[a-p]