source: sasmodels/.gitignore

Last change on this file was e9ed2de, checked in by Paul Kienzle <pkienzle@…>, 6 years ago

add note to preserve gauss 20, 76, and 150 to .gitignore

  • Property mode set to 100644
File size: 422 bytes
RevLine 
[6798848]1/build/
2/dist/
[a36c6d3]3/logs/
[946cdc8e]4/*.csv
[14de349]5*.pyc
6*.cl
[2a55a6f]7*.def
[14de349]8*.so
[df4dc86]9*.obj
[660cdd6]10/doc/_build/
11/doc/api/
12/doc/model/
[8ae8532]13/doc/guide/models
[660cdd6]14.mplconfig
[6c2eb83]15/pylint_violations.txt
[d6adfbe]16/coverage.xml
17/.coverage
[66ebdd6]18/.project
19/.pydevproject
[a9d4d1f]20/.idea
[4a82d4d]21/sasmodels.egg-info/
[8a5f021]22/example/Fit_*/
23/example/batch_fit.csv
[e9ed2de]24# Note: changes to gauss20, gauss76 and gauss150 are still tracked since they
25# are part of the repo and required by some models.
[9248bf7]26/sasmodels/models/lib/gauss*.c
Note: See TracBrowser for help on using the repository browser.