Skip to content

Commit 3d7bdfb

Browse files
committed
- Modified .gitignore for Tachyon
1 parent b71acad commit 3d7bdfb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
*swp
22
*~
33
.gitignore
4-
source/buildv8.sh
54
doc/*
65
tests/*
7-
source/compiler/aa-filelist
86
source/compiler/sources.js
9-
source/myfib.js
107
source/tachyon
11-
source/tests/fp/to_be_done
8+
source/deps
9+

source/host/install-host-vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ v8_patch_for_tachyon()
123123

124124
v8_build()
125125
{
126-
scons arch=x64 mode=release
126+
scons arch=x64 mode=release d8
127127
mv d8 d8_64
128128
scons mode=release d8
129129
}

0 commit comments

Comments
 (0)