blob: bea1f8e11b9ff9123ae5e018e86529373bc34e01 [file] [log] [blame]
Michele Di Giorgiob303fc82021-02-16 17:48:42 +00001# Library builds
2build/
David Svantessone0c42ef2022-12-15 16:25:57 +00003bazel-*
Jakub Sujakdf5d9872023-05-22 17:38:56 +01004compute_kernel_writer/build/
5compute_kernel_writer/cmake-build*
Michele Di Giorgiob303fc82021-02-16 17:48:42 +00006
7# Cscope/Ctags files
8*cscope*
9
10# Text files
11*.txt
David Svantessone0c42ef2022-12-15 16:25:57 +000012!CMakeLists.txt
Michele Di Giorgiob303fc82021-02-16 17:48:42 +000013*.xml
14*.embed
Michalis Spyrou20fca522021-06-07 14:23:57 +010015*.diff
Michele Di Giorgiob303fc82021-02-16 17:48:42 +000016
17# Generated Android bp file
18Generated_Android.bp
19
20# Vim swap files
21*.swp
22
23# Logs
24*.log
25
26### C++ ###
27# Object files
28*.o
29
30# Dynamic libraries
31*.so
32
33# Static libraries
34*.a
35
36# Executable binaries
37*.out
38
39### Python ###
40# Byte-compiled files
41*.py[cod]
42
43# Installer logs
44pip-log.txt
45pip-delete-this-directory.txt
46
47# Environments
48.env
49.venv
50env/
51venv/
52ENV/
Georgios Pinitas71c3cde2021-03-08 09:43:21 +000053
54# IDE folders
55.idea/
56.vscode/
Viet-Hoa Do36dc77d2023-03-03 10:44:58 +000057.cache/