summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e41643d09978cc6b7422441b462486f4baf1a8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# rust
/target
**/*.rs.bk

# editors
# vim
**/*.swp

# sublime text
*.sublime-project
*.sublime-workspace