summaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Remove 'version.texi', which is generated.•••* doc/version.texi: Remove. Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com> Ludovic Courtès2016-11-061-0/+1
* .gitignore: Ignore '*.tar.gz.sig' filesArtyom V. Poptsov2016-10-091-0/+1
* .gitignore: Ignore '*.tar.gz'Artyom V. Poptsov2016-10-091-0/+2
* .gitignore: Ignore gtags filesArtyom V. Poptsov2015-10-291-0/+3
* ssh/*.scm: Move to 'modules/ssh'•••* ssh/auth.scm, ssh/channel.scm, ssh/dist.scm, ssh/key.scm, ssh/log.scm, ssh/message.scm, ssh/server.scm, ssh/session.scm, ssh/tunnel.scm, ssh/version.scm, ssh/dist/Makefile.am, ssh/dist/job.scm, ssh/dist/node.scm: Move to 'modules/ssh'. * ssh/Makefile.am: Update. * modules/Makefile.am (SUBDIRS): Add 'ssh'. * .gitignore: Ignore *.go files. * configure.ac (AC_CONFIG_FILES): Add 'modules/ssh/dist/Makefile'. Artyom V. Poptsov2015-07-251-0/+3
* Update/add .gitignore files.•••* .gitignore: Move rules related to object files, libraries etc. to `ssh/.gitignore'. Update. * ssh/.gitignore: Update. * build-aux/.gitignore: New file. * doc/.gitignore: New file. * examples/.gitignore: New file. * m4/.gitignore: New file. Artyom Poptsov2014-03-221-7/+6
* Use the magic snarfer.•••Use the Guile magic snarfer to make guile_ssh_* functions visible to the Scheme world. Use functions names as they seen from Scheme instead of C names in type check macros. * src/auth.c, src/channel-func.c, src/channel-type.c, src/key-func.c, src/key-type.c, src/session-func.c, src/session-type.c, src/version.c: Use snarfing macros. * src/Makefile.am: Use guile-snarf to generate needed files. Fix some comments. * configure.ac: Use AM_SILENT_RULES. * .gitignore: Ignore files produced by the magic snarfer. Artyom Poptsov2013-08-251-0/+3
* .gitignore: Update.Artyom Poptsov2013-05-191-0/+2
* Improve the library.•••Quite stable version, but some functions are not implemented yet. Artyom Poptsov2013-05-191-1/+2
* Initial commit.Artyom Poptsov2013-05-121-0/+18