Changes in .gitignore [e9ed2de:67cc0ff] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
re9ed2de r67cc0ff 8 8 *.so 9 9 *.obj 10 *.o 10 11 /doc/_build/ 11 12 /doc/api/ … … 19 20 /.pydevproject 20 21 /.idea 22 .vscode 21 23 /sasmodels.egg-info/ 22 24 /example/Fit_*/ 23 25 /example/batch_fit.csv 24 # Note: changes to gauss20, gauss76 and gauss150 are still tracked since they25 # are part of the repo and required by some models.26 26 /sasmodels/models/lib/gauss*.c
Note: See TracChangeset
for help on using the changeset viewer.