Add gitignore file
This commit is contained in:
parent
cd3b9d20fe
commit
b635f10b6f
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
*.o
|
||||
*.pdf
|
||||
*.svg
|
||||
.*.d
|
||||
*.coff
|
||||
code/bin/coff2noff
|
||||
code/test/getchar
|
||||
code/test/getint
|
||||
code/test/getstring
|
||||
code/test/getstring_2
|
||||
code/test/getstring_2.c
|
||||
code/test/halt
|
||||
code/test/matmult
|
||||
code/test/putchar
|
||||
code/test/putint
|
||||
code/test/putstring
|
||||
code/test/shell
|
||||
code/test/sort
|
||||
code/threads/nachos
|
||||
code/userprog/nachos
|
Loading…
Add table
Add a link
Reference in a new issue