mirror of
https://gitee.com/openharmony/security_selinux
synced 2024-11-23 13:30:05 +00:00
779fc23eea
Signed-off-by: steven_q <qichanggui@huawei.com> Change-Id: I3d10cdc1ab9a46b43247ff91972fa4a4721592ea
44 lines
334 B
Plaintext
44 lines
334 B
Plaintext
# Temp
|
|
*~
|
|
*.swap
|
|
|
|
# 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
|
|
|
|
# Dirs
|
|
sepolicy/hx*
|
|
|
|
# py
|
|
__pycache__/
|
|
*.pyc
|