aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 94caeb90f7969484c60cf98a0f887c3434cbb30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/

# Development friendly files
tags
cscope*
*~