diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2011-01-25 11:46:15 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-01-25 11:46:15 +0100 |
commit | 6d5e12e1b6abc2f07af547478f2497e06df988b1 (patch) | |
tree | 0ef4d9f5eaba6acc7ca5016cf5e2cd32119dfef1 /.gitignore | |
parent | b1b0c4b6f58d278360243705cc1e67522ef23423 (diff) | |
download | sshfs-6d5e12e1b6abc2f07af547478f2497e06df988b1.tar sshfs-6d5e12e1b6abc2f07af547478f2497e06df988b1.tar.gz sshfs-6d5e12e1b6abc2f07af547478f2497e06df988b1.tar.bz2 sshfs-6d5e12e1b6abc2f07af547478f2497e06df988b1.zip |
Fix cleanup when ssh connection is terminated.
This prevents sshfs hanging when the server is rebooted, for example.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daba941 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +.* +!.gitignore +*.o +*.lo +*.la +*.gz +\#*# +*.orig +*~ +Makefile.in +Makefile +*.m4 +stamp-h* +config.* +/sshfs +/ltmain.sh +/configure +/install-sh +/mkinstalldirs +/missing +/*.cache +/depcomp +/compile +/libtool +/INSTALL +/.pc +/patches +/m4 |