summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 51b2d62352225ac2499825042d5d12e3cd0fb02c (plain)
1
2
3
4
5
6
7
8
9
10
# For a project mostly in C, the following would be a good set of
# Lines that start with '#' are comments.
# exclude patterns (uncomment them if you want to use them):
# git-ls-files --others --exclude-from=.git/info/exclude
*.directory
*.py[co]
*~
.*.sw[p,o]
/build
tags