summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d6ddffe5f8883217610d2109d83bc32b7c98a224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Files to ignore by git

# Back-up files
*~
*.swp

# Generic auto-generated build files
*.pyc
*.pyo

# Specific auto-generated build files
/.tox
/a.out
/__pycache__
/build
/dist
/MANIFEST
/pytsk3.egg-info
/tmp

# Project specific auto-generated files
/pytsk3.c