mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 13:21:37 +00:00
47 lines
374 B
Plaintext
47 lines
374 B
Plaintext
# No editor backup files.
|
|
*.sw*
|
|
*.backup
|
|
*.orig
|
|
\#*#
|
|
*~
|
|
|
|
/Runtime/*
|
|
!/Runtime/Makefile
|
|
!/Runtime/pal_loader
|
|
/Jenkinsfiles/Jenkinsfile-*
|
|
/Jenkinsfiles/JenkinsfileSGX-*
|
|
|
|
.lib
|
|
*.i
|
|
*.s
|
|
*.e
|
|
*.d
|
|
|
|
# object file/libraries
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# python
|
|
*.pyc
|
|
|
|
# sgx
|
|
*.sig
|
|
*.token
|
|
*.cached
|
|
|
|
# gnu global
|
|
GPATH
|
|
GTAGS
|
|
GSYMS
|
|
GRTAGS
|
|
|
|
# tags/etags
|
|
tags
|
|
TAGS
|
|
|
|
# cscope
|
|
cscope.*
|
|
ncscope.*
|
|
*cscope*
|