Skip to content

Commit

Permalink
update .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed Aug 24, 2017
1 parent 049beb9 commit 9d950b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .gitignore
@@ -1,11 +1,10 @@
.DS_Store
.gdb_history
build
index.wast
index.wasm
index.bc
index.s
boot.bc
missing.js
hello.dll
hello.bc
dist
mscorlib.dll
mscorlib.bc
*.o
.*.swo
.*.swp
mono-wasm
*.dSYM
3 changes: 3 additions & 0 deletions sample/hello/.gitignore
@@ -0,0 +1,3 @@
build
output
hello.exe

0 comments on commit 9d950b7

Please sign in to comment.