1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make and vself: cleanup make based on the new 'v self'

This commit is contained in:
Delyan Angelov
2020-02-28 17:04:22 +02:00
committed by GitHub
parent ccf4f61521
commit 10e15e5de7
4 changed files with 47 additions and 39 deletions

23
.gitignore vendored
View File

@@ -1,16 +1,29 @@
fns.txt
*.dSYM
*_test
/v
/v2
/v3
/vprod
/v-static
/v_old
/v_g
/v_cg
/v_prod
/v_prod_cg
/v_prod_g
/vjs
/v.c
/v.*.c
/v.c.out
/cmd/tools/check-md
/cmd/tools/performance_compare
/cmd/tools/oldv
/cmd/tools/vrepl
/cmd/tools/vself
/cmd/tools/vtest
/cmd/tools/vtest-compiler
/cmd/tools/vtest-fmt
@@ -22,17 +35,12 @@ fns.txt
/cmd/tools/vbuild-examples
/cmd/tools/vbuild-tools
/cmd/tools/vbuild-vbinaries
/v_g
/v_cg
/v_prod
/v_prod_cg
/v_prod_g
*.exe
*.o
*.so
.*.c
*.tmp.c
vjs
*.obj
*.exp
*.ilk
@@ -57,5 +65,8 @@ info.log
# vim/emacs editor backup files
*~
thirdparty/freetype/
cachegrind.out.*
.gdb_history