ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalcmagnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 12d3e0e was
724af06,
checked in by Paul Kienzle <pkienzle@…>, 7 years ago
|
Merge branch 'master' into ticket-887-reorg
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[51f1c347] | 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 | |
---|
[edf7dc6] | 12 | # Editor files |
---|
[c155a16] | 13 | .DS_Store |
---|
[edf7dc6] | 14 | /.settings |
---|
| 15 | /.vscode |
---|
| 16 | /.project |
---|
| 17 | /.pydevproject |
---|
| 18 | /.idea |
---|
| 19 | |
---|
| 20 | # Build and run files |
---|
| 21 | **/__pycache__ |
---|
[51f1c347] | 22 | *.pyc |
---|
| 23 | *.so |
---|
[edf7dc6] | 24 | /.vagrant |
---|
| 25 | /build |
---|
| 26 | /dist |
---|
| 27 | sasview.egg-info |
---|
| 28 | .mplconfig |
---|
[51f1c347] | 29 | default_categories.json |
---|
[edf7dc6] | 30 | /setup.cfg |
---|
[51f1c347] | 31 | |
---|
[edf7dc6] | 32 | # doc build |
---|
[51f1c347] | 33 | /docs/sphinx-docs/build |
---|
| 34 | /docs/sphinx-docs/source-temp |
---|
| 35 | /docs/sphinx-docs/source/dev/api |
---|
| 36 | /docs/sphinx-docs/source/user/guiframe |
---|
| 37 | /docs/sphinx-docs/source/user/models |
---|
| 38 | /docs/sphinx-docs/source/user/perspectives |
---|
| 39 | /docs/sphinx-docs/source/user/sasgui |
---|
[e9df8a5] | 40 | /docs/sphinx-docs/katex*.zip |
---|
[51f1c347] | 41 | |
---|
| 42 | # test outputs |
---|
| 43 | /test/pr_inversion/test/test_output.txt |
---|
| 44 | /test/sasdataloader/test/plugins.zip |
---|
| 45 | /test/sasdataloader/test/test_log.txt |
---|
| 46 | /test/sasdataloader/test/isis_1_0_write_test.xml |
---|
| 47 | /test/sasdataloader/test/isis_1_1_write_test.xml |
---|
| 48 | /test/sasdataloader/test/write_test.xml |
---|
[ecdd132] | 49 | /test/fileconverter/test/export2d.h5 |
---|
[edf7dc6] | 50 | **/test/logs |
---|
| 51 | tests.log |
---|
[6722fae] | 52 | |
---|
[edf7dc6] | 53 | # Installer files |
---|
| 54 | /sasview-install |
---|
| 55 | /installers/installer.iss |
---|
[e75de07] | 56 | /installers/build |
---|
| 57 | /installers/dist |
---|
Note: See
TracBrowser
for help on using the repository browser.