File: .gitignore

package info (click to toggle)
python-ttfautohint-py 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 476 kB
  • sloc: python: 1,360; makefile: 97; sh: 77
file content (34 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
*.so
*.dylib

# Distribution / Packaging
*.egg
*.egg-info
*.eggs
MANIFEST
build
dist

# Unit test / coverage files
.tox/*
.cache/
.coverage
.coverage.*
htmlcov/

# emacs backup files
*~

# OSX Finder
.DS_Store

# autogenerated vesion file
src/python/ttfautohint/_version.py

# executable built in-place
src/python/ttfautohint/ttfautohint
src/python/ttfautohint/ttfautohint.exe