aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorLines
2025-06-13gitignore: add *.patchGeorgi Valkov-0/+1
When working with patches, git shows them as uncommitted changes. Ignore *.patch to keep the list of changes tidy. Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2025-06-12gitignore: add .DS_StoreGeorgi Valkov-0/+1
.DS_Store files are created all over the place on macOS Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2019-04-30Added issue template.Nikolaus Rath-2/+0
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+1
2016-11-06Added test for fchmodNikolaus Rath-0/+1
At the moment this test fails (cf. issue #62). If that gets fixed in the kernel, this test can be activated conditionally.
2016-10-16Ignore GNU Global tag files.Nikolaus Rath-0/+4
2016-09-27Added TAGS to .gitignoreNikolaus Rath-0/+1
2013-07-25libfuse: fuse -> fuse3Miklos Szeredi-1/+1
Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library.
2013-02-08update .gitignoreMiklos Szeredi-1/+1
2010-09-28Fix option escaping for fusermount.Miklos Szeredi-0/+3
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
2010-06-24Add .gitignore filesMiklos Szeredi-0/+33
Add .gitignore files and delete .cvsignore files.