Files
graphene/.gitignore

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*