12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # No editor backup files.
- *.sw*
- *.backup
- *.orig
- \#*#
- *~
- /Runtime/*
- !/Runtime/Makefile
- !/Runtime/pal_loader
- /Jenkinsfiles/Jenkinsfile-*
- /Jenkinsfiles/JenkinsfileSGX-*
- .lib
- *.i
- *.s
- *.e
- *.d
- pal.map
- # object file/libraries
- *.a
- *.o
- *.so
- # python
- *.pyc
- # sgx
- *.sig
- *.token
- *.cached
- .output.sgx_get_token.*
- .output.sgx_sign.*
- # gnu global
- GPATH
- GTAGS
- GSYMS
- GRTAGS
- # tags/etags
- tags
- TAGS
- # cscope
- cscope.*
- ncscope.*
- *cscope*
|