mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-01 10:05:30 -04:00
a8b1a6ef6e
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
41 lines
574 B
Plaintext
41 lines
574 B
Plaintext
#
|
|
# 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.
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.gz
|
|
\#*#
|
|
*.orig
|
|
*~
|
|
Makefile.in
|
|
Makefile
|
|
*.m4
|
|
stamp-h*
|
|
/ltmain.sh
|
|
/configure
|
|
/install-sh
|
|
/mkinstalldirs
|
|
/missing
|
|
/*.cache
|
|
/depcomp
|
|
/compile
|
|
/libtool
|
|
/INSTALL
|
|
/*.pc
|
|
/.pc
|
|
/patches*
|
|
/m4
|
|
TAGS
|
|
/GPATH
|
|
/GRTAGS
|
|
/GSYMS
|
|
/GTAGS
|
|
/test/test_setattr
|
|
/build/
|