mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
9013917d58
The current content of `.gitignore` is using relative paths. For example, `test/config.log` would be ignored while it doesn't seem to be the intent. Use absolute paths. They are still relative to the root of the repository.
22 lines
267 B
Plaintext
22 lines
267 B
Plaintext
*.o
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/config.guess
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/doc/Makefile
|
|
/doc/Makefile.in
|
|
/install-sh
|
|
/missing
|
|
/src/.deps/
|
|
/src/Makefile
|
|
/src/Makefile.in
|
|
/src/s3fs
|
|
/test/Makefile
|
|
/test/Makefile.in
|