ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change
on this file since ba0dc71 was
e04f87b,
checked in by Piotr Rozyczko <piotr.rozyczko@…>, 9 years ago
|
removed autogenerated installer.iss
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[f0d720b] | 1 | # It is actually possible to list all the old svn ignore properties: |
---|
| 2 | # |
---|
| 3 | # svn pg -R svn:ignore . |
---|
| 4 | # |
---|
| 5 | # But there's a whole load of useless stuff in there that is no longer used. |
---|
| 6 | # Instead I did a clean build including the docs, ran the tests, and then ran |
---|
| 7 | # sasview for a bit and then did a git status to see what extra stuff was being |
---|
| 8 | # generated. |
---|
| 9 | # |
---|
| 10 | # Feel free to add more stuff to this as and when it becomes an issue. |
---|
| 11 | |
---|
| 12 | .project |
---|
| 13 | .pydevproject |
---|
| 14 | .vagrant |
---|
| 15 | .idea |
---|
| 16 | build |
---|
| 17 | dist |
---|
| 18 | sasview.egg-info |
---|
| 19 | sasview.egg-info |
---|
| 20 | |
---|
| 21 | .mplconfig |
---|
| 22 | doctrees |
---|
| 23 | html |
---|
| 24 | build |
---|
| 25 | |
---|
[98f3234] | 26 | /setup.cfg |
---|
| 27 | |
---|
[f0d720b] | 28 | /dist |
---|
| 29 | **/build |
---|
| 30 | sasview.egg-info |
---|
| 31 | sasview-install |
---|
| 32 | **/test/logs |
---|
| 33 | *.pyc |
---|
[bc873053] | 34 | *.so |
---|
[f0d720b] | 35 | default_categories.json |
---|
| 36 | |
---|
| 37 | /src/sas/models/*.py |
---|
| 38 | /src/sas/models/c_extension/c_models/c_models.cpp |
---|
| 39 | /src/sas/models/c_extension/python_wrapper/generated/ |
---|
| 40 | /src/sas/models/media/.idea/ |
---|
| 41 | |
---|
| 42 | /docs/sphinx-docs/build |
---|
| 43 | /docs/sphinx-docs/source/dev/api |
---|
| 44 | /docs/sphinx-docs/source/user/guiframe |
---|
| 45 | /docs/sphinx-docs/source/user/models |
---|
| 46 | /docs/sphinx-docs/source/user/perspectives |
---|
| 47 | |
---|
[ee80b3a] | 48 | # test outputs |
---|
| 49 | /test/pr_inversion/test/test_output.txt |
---|
| 50 | /test/sasdataloader/test/plugins.zip |
---|
| 51 | /test/sasdataloader/test/test_log.txt |
---|
[02098e3] | 52 | |
---|
[e04f87b] | 53 | # autogenerated scripts |
---|
| 54 | /sasview/installer.iss |
---|
| 55 | |
---|
Note: See
TracBrowser
for help on using the repository browser.