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