From 6d5e12e1b6abc2f07af547478f2497e06df988b1 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 25 Jan 2011 11:46:15 +0100 Subject: Fix cleanup when ssh connection is terminated. This prevents sshfs hanging when the server is rebooted, for example. --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3