Initial commit
This commit is contained in:
commit
284ebb3404
79 changed files with 27845 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
*.s
|
||||
*.o
|
||||
*.exe
|
||||
*.bin
|
||||
*.sym
|
||||
*.swp
|
||||
*.prog
|
||||
*.out
|
||||
*.dis
|
||||
*.sasmout
|
||||
*.lib
|
||||
*.img
|
||||
*.lsym
|
||||
*.zip
|
||||
go.sum
|
||||
sine.pas
|
||||
graph.pas
|
||||
graph2.pas
|
||||
chase.pas
|
||||
*.img
|
||||
!runtime.s
|
||||
Loading…
Add table
Add a link
Reference in a new issue