File: .gitignore

package info (click to toggle)
pytsk 20161109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,200 kB
  • ctags: 1,108
  • sloc: python: 3,576; ansic: 3,102; makefile: 62; sh: 40
file content (22 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (4)
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