summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fc27e74733f65696e8b3a6595f401a636ca6c80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ignore anything begin with dot
.*

# exceptions we need even begin with dot
!.clang-format
!.gitignore
!.github
!.editorconfig

# Object files
*.o
*.a
*.dep

#Build & install directories
build/
install/

# Python bytecode (e.g. from scripts/Kconfiglib)
__pycache__

# Development friendly files
tags
cscope*
*~