blob: 2e7f8875502cc78863d4134c8231dfbf71384286 [file] [log] [blame]
Michele Di Giorgiob303fc82021-02-16 17:48:42 +00001# Library builds
2build/
3
4# Cscope/Ctags files
5*cscope*
6
7# Text files
8*.txt
9*.xml
10*.embed
Michalis Spyrou20fca522021-06-07 14:23:57 +010011*.diff
Michele Di Giorgiob303fc82021-02-16 17:48:42 +000012
13# Generated Android bp file
14Generated_Android.bp
15
16# Vim swap files
17*.swp
18
19# Logs
20*.log
21
22### C++ ###
23# Object files
24*.o
25
26# Dynamic libraries
27*.so
28
29# Static libraries
30*.a
31
32# Executable binaries
33*.out
34
35### Python ###
36# Byte-compiled files
37*.py[cod]
38
39# Installer logs
40pip-log.txt
41pip-delete-this-directory.txt
42
43# Environments
44.env
45.venv
46env/
47venv/
48ENV/
Georgios Pinitas71c3cde2021-03-08 09:43:21 +000049
50# IDE folders
51.idea/
52.vscode/