File: .gitignore

package info (click to toggle)
pygccxml 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,444 kB
  • sloc: xml: 29,841; python: 13,914; cpp: 2,671; makefile: 163; ansic: 59
file content (23 lines) | stat: -rw-r--r-- 362 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
20
21
22
23
*.pyc
*.pyo
*~
docs/_build
tests/temp
tests/data/pygccxml.cache
tests/data/directory_cache_test
tests/data/ogre.1.7.xml
unittests/temp
unittests/data/pygccxml.cache
unittests/data/directory_cache_test
unittests/data/ogre.1.7.xml
.idea
dist
build
pygccxml.egg-info
*.prof
.coverage*
docs/examples/caching/example.hpp.xml
test_cost.log
docs/apidocs
htmlcov
/venv/