mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-22 23:29:55 +00:00
3bfa39f228
Change-Id: Ieffd57c3e485abeabc0232618336f99d3e167805 Signed-off-by: Tianshi Liu <tianshi.liu@huawei.com>
43 lines
336 B
Plaintext
43 lines
336 B
Plaintext
#vscode
|
|
.vscode
|
|
|
|
#format
|
|
.clang-format
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Hidden
|
|
.*
|
|
!/.gitignore
|