aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2010-09-28 10:13:24 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2010-09-28 19:22:24 +0200
commit555d6b504308eac6b976321ce938ee4bec62c354 (patch)
tree67f0e6b591d57fde914fd74cd0764acd385f3cef /.gitignore
parent64222fbcbd3ed227e4f9c68e1acccd7e68218982 (diff)
downloadandroid_external_fuse-555d6b504308eac6b976321ce938ee4bec62c354.tar.gz
android_external_fuse-555d6b504308eac6b976321ce938ee4bec62c354.tar.bz2
android_external_fuse-555d6b504308eac6b976321ce938ee4bec62c354.zip
Fix option escaping for fusermount.
If the "fsname=" option contained a comma then the option parser in fusermount was confused (Novell bugzilla #641480). Fix by escaping commas when passing them over to fusermount. Reported by Jan Engelhardt
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c76baf0..65a37c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@
*.lo
*.la
*.gz
+\#*#
+*.orig
+*~
Makefile.in
Makefile
*.m4