Skip to content

Commit

Permalink
.gitignore: ignore vprod, vprod_gcc, vprod_clang, vprod_msvc executables
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jun 18, 2024
1 parent 895bb87 commit 488fd4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ a.out
/vold.exe
/vnew
/vnew.exe
/vprod
/vprod_gcc
/vprod_clang
/vprod.exe
/vprod_gcc.exe
/vprod_clang.exe
/vprod_msvc.exe
.vrepl_temp.v
fns.txt
.noprefix.vrepl_temp.v
Expand Down

0 comments on commit 488fd4f

Please sign in to comment.