Skip to content

Commit 3c2a81b

Browse files
committed
update .gitignore to ignore scratch dir
1 parent 2c5e3f1 commit 3c2a81b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dist/
1010
local.properties
1111

1212
gen/
13+
scratch/
1314
obj/
1415
bin/
1516
.svn/

tools/astyle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const validFiles = ['c', 'cpp', 'h', 'java'];
88
// let dateString = `${date.getDay() + 1}-${date.getMonth() + 1}-${date.getFullYear()}--${date.getHours()}:${date.getMinutes()}`
99
// let backupDir = `formatbackup-${dateString}`;
1010

11-
let astyleOptions = "--style=java -H -k1 -j -C -s4 -xi -n --exclude=\"runtime/src/main/jni/include\" --exclude=\"runtime/src/main/jni/v8_inspector\"" // "--options=tools\\.astyle"
11+
let astyleOptions = "--style=java -H -k1 -j -C -s4 -xi -n --exclude=\"runtime/src/main/jni/include runtime/src/main/jni/v8_inspector\"" // "--options=tools\\.astyle"
1212
let astyle = "astyle";
1313

1414
if (process.platform.indexOf("win") === 0) {

0 commit comments

Comments
 (0)