mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
Move C implementation into its own subdirectory
This commit is contained in:
parent
6e0b36fd21
commit
88339bdf37
13 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
|||
*.o
|
||||
a1
|
||||
c/*.o
|
||||
c/a1
|
||||
|
|
|
|||
Loading…
Reference in a new issue