mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Initial import
This commit is contained in:
commit
a14d14d75b
19 changed files with 1604 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
*.tar.xz
|
||||
src/gotty
|
||||
src/*.o
|
||||
Makefile.in
|
||||
Makefile
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
configure
|
||||
compile
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
src/Makefile.in
|
||||
src/Makefile
|
||||
config.log
|
||||
config.status
|
||||
src/.deps/
|
||||
src/include/config.h
|
||||
src/include/config.h.in
|
||||
src/include/config.h.in~
|
||||
src/include/stamp-h1
|
||||
*.swp
|
||||
man/*.1
|
||||
man/*.5
|
||||
gotty-*
|
||||
Loading…
Add table
Add a link
Reference in a new issue