File: .gitignore

package info (click to toggle)
pytsk 20200117-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 2,516 kB
  • sloc: ansic: 3,090; python: 3,007; sh: 115; makefile: 68
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