aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2011-01-25 11:46:15 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2011-01-25 11:46:15 +0100
commit6d5e12e1b6abc2f07af547478f2497e06df988b1 (patch)
tree0ef4d9f5eaba6acc7ca5016cf5e2cd32119dfef1 /.gitignore
parentb1b0c4b6f58d278360243705cc1e67522ef23423 (diff)
downloadsshfs-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--.gitignore36
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