File: .gitignore

package info (click to toggle)
pythran 0.17.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,700 kB
  • sloc: cpp: 65,021; python: 41,083; sh: 137; makefile: 87
file content (19 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.so
*.pyc
build
dist
website/*.html
website/license.txt
pythran/nt2
parsetab.py

.eggs/*
pythran.egg-info/*

docs/index.rst
docs/LICENSE.rst
docs/Changelog.rst
docs/AUTHORS.rst
docs/SUPPORT.rst

docs/_build/*