File: .gitignore

package info (click to toggle)
sasmodels 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 16,464 kB
  • sloc: python: 26,296; ansic: 8,051; makefile: 148; sh: 63
file content (27 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
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
/build/
/dist/
/logs/
/*.csv
*.pyc
*.cl
*.def
*.so
*.obj
__pycache__
/doc/_build/
/doc/api/
/doc/model/
/doc/guide/models
/pylint_violations.txt
/coverage.xml
/.mplconfig
/.coverage
/.project
/.pydevproject
/.idea
/sasmodels.egg-info/
/example/Fit_*/
/example/batch_fit.csv
# Note: changes to gauss20, gauss76 and gauss150 are still tracked since they
# are part of the repo and required by some models.
/sasmodels/models/lib/gauss*.c