xref: /optee_os/.gitignore (revision 49c6ad2a7049a54a54b0e2b657694f3264a559e4)
1/compile_commands.json
2/cscope.*
3/tags
4/TAGS
5/out
6/.project
7# Ignore all dot files and folder
8.*
9# But not those
10!.clang-format
11!.checkpatch.conf
12!.gitattributes
13!.gitignore
14!.github
15!.devcontainer
16!.vscode
17