Updated .gitignore
This commit is contained in:
parent
7859ad6868
commit
7b7a844175
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,7 +1,17 @@
|
||||||
*.o
|
*.o
|
||||||
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*~
|
*~
|
||||||
.libs
|
.libs
|
||||||
|
.deps
|
||||||
|
autom4te.cache
|
||||||
|
config.h
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
demo/demo.js
|
||||||
|
demo/vt100.js
|
||||||
|
libtool
|
||||||
|
Makefile
|
||||||
shellinabox/beep.h
|
shellinabox/beep.h
|
||||||
shellinabox/cgi_root.h
|
shellinabox/cgi_root.h
|
||||||
shellinabox/enabled.h
|
shellinabox/enabled.h
|
||||||
|
@ -18,3 +28,4 @@ shellinabox/vt100.js
|
||||||
shellinaboxd
|
shellinaboxd
|
||||||
shellinaboxd.1
|
shellinaboxd.1
|
||||||
shellinaboxd.ps
|
shellinaboxd.ps
|
||||||
|
stamp-h1
|
||||||
|
|
Loading…
Reference in a new issue