mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Update .gitignore
This commit is contained in:
parent
98d73d0da2
commit
12751c8d7b
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
# Shared objects (inc. Windows DLLs)
|
||||||
*.dll
|
*.dll
|
||||||
|
*.dll.*
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
*.dylib
|
*.dylib
|
||||||
|
@ -48,6 +49,7 @@ lib/chibi/process.c
|
||||||
lib/chibi/stty.c
|
lib/chibi/stty.c
|
||||||
lib/chibi/system.c
|
lib/chibi/system.c
|
||||||
lib/chibi/time.c
|
lib/chibi/time.c
|
||||||
|
lib/chibi/win32/process-win32.c
|
||||||
lib/srfi/144/math.c
|
lib/srfi/144/math.c
|
||||||
*.tgz
|
*.tgz
|
||||||
*.html
|
*.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue