| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- # 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*
 
 
  |