aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 91fcee70a77af9a0047e2887850d9aef333a0fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# .gitignore
#

*~
*.swp
*.un~
*_bak

# python
__init__.py
*.pyc
**/__pycache__

# C/C++
*.o