mirror of
https://github.com/clearlinux/graphene.git
synced 2026-04-28 11:13:41 +00:00
Currently this only tests meson builddir, it still does nothing with what meson outputs. But we know that makefile's days are numbered.
50 lines
368 B
Plaintext
50 lines
368 B
Plaintext
/build
|
|
/install
|
|
|
|
# No editor backup files.
|
|
*.sw*
|
|
*.backup
|
|
*.orig
|
|
\#*#
|
|
*~
|
|
|
|
.lib
|
|
*.i
|
|
*.s
|
|
*.e
|
|
*.d
|
|
pal.map
|
|
|
|
# object file/libraries
|
|
*.a
|
|
*.o
|
|
*.so
|
|
*.so.*
|
|
|
|
# python
|
|
*.py[co]
|
|
__pycache__
|
|
|
|
# sgx
|
|
*.manifest.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*
|