Files
graphene/.gitignore
Wojtek Porczyk bda04fd965 [CI] Test meson builds
Currently this only tests meson builddir, it still does nothing with
what meson outputs. But we know that makefile's days are numbered.
2020-12-02 22:45:07 +01:00

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*