aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 708900d7ee4fa8d09a873c4b010cdaef64dd9bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ignore miscellaneous files
*~
cscope.*
*.swp
*.patch
.project
.cproject

# Ctags
tags

# Ignore build directory and binary files
build/
*.bin