diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-03-22 11:57:15 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-03-22 11:57:15 +0400 |
| commit | 8a6e497b8aeee8e0b23aa75e296da93c2dabaae7 (patch) | |
| tree | d33d396f31cd4d52f271d5566890c5c41e1ed3aa /examples | |
| parent | ssh/auth.c: Remove username form parameter list of functions. (diff) | |
| download | guile-ssh-8a6e497b8aeee8e0b23aa75e296da93c2dabaae7.tar.gz | |
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.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..7189c35 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,8 @@ +# -*- shell-script -*- + +# Ignore automatically generated files: +sssh.scm +ssshd.scm +echo/client.scm +echo/server.scm +Makefile.in |
