Last change
on this file since 25dd9c9 was
ecdd132,
checked in by andyfaff, 8 years ago
|
MAINT: ignore file created by test
|
-
Property mode set to
100644
|
File size:
1.5 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 | |
---|
[c155a16] | 12 | .DS_Store |
---|
[51f1c347] | 13 | .project |
---|
| 14 | .pydevproject |
---|
| 15 | .vagrant |
---|
| 16 | .idea |
---|
| 17 | .settings/ |
---|
| 18 | build |
---|
| 19 | dist |
---|
| 20 | sasview.egg-info |
---|
| 21 | sasview.egg-info |
---|
| 22 | |
---|
| 23 | .mplconfig |
---|
| 24 | doctrees |
---|
| 25 | html |
---|
| 26 | build |
---|
| 27 | |
---|
| 28 | /setup.cfg |
---|
| 29 | |
---|
| 30 | /dist |
---|
| 31 | **/build |
---|
| 32 | sasview.egg-info |
---|
| 33 | sasview-install |
---|
| 34 | **/test/logs |
---|
| 35 | *.pyc |
---|
| 36 | *.so |
---|
| 37 | default_categories.json |
---|
| 38 | |
---|
| 39 | /src/sas/models/*.py |
---|
| 40 | /src/sas/models/c_extension/c_models/c_models.cpp |
---|
| 41 | /src/sas/models/c_extension/python_wrapper/generated/ |
---|
| 42 | /src/sas/models/media/.idea/ |
---|
| 43 | |
---|
| 44 | /docs/sphinx-docs/build |
---|
| 45 | /docs/sphinx-docs/source-temp |
---|
| 46 | /docs/sphinx-docs/source/dev/api |
---|
| 47 | /docs/sphinx-docs/source/user/guiframe |
---|
| 48 | /docs/sphinx-docs/source/user/models |
---|
| 49 | /docs/sphinx-docs/source/user/perspectives |
---|
| 50 | /docs/sphinx-docs/source/user/sasgui |
---|
| 51 | |
---|
| 52 | |
---|
| 53 | # test outputs |
---|
| 54 | /test/pr_inversion/test/test_output.txt |
---|
| 55 | /test/sasdataloader/test/plugins.zip |
---|
| 56 | /test/sasdataloader/test/test_log.txt |
---|
| 57 | /test/sasdataloader/test/isis_1_0_write_test.xml |
---|
| 58 | /test/sasdataloader/test/isis_1_1_write_test.xml |
---|
| 59 | /test/sasdataloader/test/write_test.xml |
---|
[ecdd132] | 60 | /test/fileconverter/test/export2d.h5 |
---|
[aaad4c95] | 61 | test*log |
---|
[51f1c347] | 62 | |
---|
| 63 | # autogenerated scripts |
---|
| 64 | /sasview/installer.iss |
---|
[6722fae] | 65 | |
---|
| 66 | # Editor files |
---|
| 67 | .vscode/ |
---|
| 68 | |
---|
Note: See
TracBrowser
for help on using the repository browser.