Last change
on this file since 075c460 was
5dd7499,
checked in by ajj, 8 years ago
|
Fixing sphinx build to assemble documents out of source tree to avoid pollution
|
-
Property mode set to
100644
|
File size:
1.3 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 | # |
---|
[df332d8] | 10 | # Feel free to add more stuff to this as and when it becomes an issue. |
---|
[f0d720b] | 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 |
---|
[5dd7499] | 43 | /docs/sphinx-docs/source-temp |
---|
[f0d720b] | 44 | /docs/sphinx-docs/source/dev/api |
---|
| 45 | /docs/sphinx-docs/source/user/guiframe |
---|
| 46 | /docs/sphinx-docs/source/user/models |
---|
| 47 | /docs/sphinx-docs/source/user/perspectives |
---|
[bf75f78] | 48 | /docs/sphinx-docs/source/user/sasgui |
---|
| 49 | |
---|
[f0d720b] | 50 | |
---|
[ee80b3a] | 51 | # test outputs |
---|
| 52 | /test/pr_inversion/test/test_output.txt |
---|
| 53 | /test/sasdataloader/test/plugins.zip |
---|
| 54 | /test/sasdataloader/test/test_log.txt |
---|
[df332d8] | 55 | /test/sasdataloader/test/isis_1_0_write_test.xml |
---|
| 56 | /test/sasdataloader/test/isis_1_1_write_test.xml |
---|
| 57 | /test/sasdataloader/test/write_test.xml |
---|
[02098e3] | 58 | |
---|
[e04f87b] | 59 | # autogenerated scripts |
---|
| 60 | /sasview/installer.iss |
---|
Note: See
TracBrowser
for help on using the repository browser.