Last change
on this file since 1309205b was
ecbfddd,
checked in by Torin Cooper-Bennun <torin.cooper-bennun@…>, 6 years ago
|
add VS files, stackdumps to gitignore
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[b4cd56e] | 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 | |
---|
[ecbfddd] | 12 | # stack dumps due to Git Bash internal crashes |
---|
| 13 | *.stackdump |
---|
| 14 | |
---|
[b4cd56e] | 15 | # Editor files |
---|
[ecbfddd] | 16 | *.pyproj |
---|
[b4cd56e] | 17 | .DS_Store |
---|
| 18 | /.settings |
---|
| 19 | /.vscode |
---|
| 20 | /.project |
---|
| 21 | /.pydevproject |
---|
| 22 | /.idea |
---|
[ecbfddd] | 23 | /.vs |
---|
[b4cd56e] | 24 | |
---|
| 25 | # Build and run files |
---|
| 26 | **/__pycache__ |
---|
| 27 | *.pyc |
---|
| 28 | *.so |
---|
| 29 | /.vagrant |
---|
| 30 | /build |
---|
| 31 | /dist |
---|
| 32 | sasview.egg-info |
---|
| 33 | .mplconfig |
---|
| 34 | default_categories.json |
---|
| 35 | /setup.cfg |
---|
[18d5af02] | 36 | **/UI/*.py |
---|
[846a063] | 37 | !**/UI/__init__.py |
---|
[b4cd56e] | 38 | |
---|
| 39 | # doc build |
---|
| 40 | /docs/sphinx-docs/build |
---|
| 41 | /docs/sphinx-docs/source-temp |
---|
| 42 | /docs/sphinx-docs/source/dev/api |
---|
| 43 | /docs/sphinx-docs/source/user/guiframe |
---|
| 44 | /docs/sphinx-docs/source/user/models |
---|
[d6bc9901] | 45 | /docs/sphinx-docs/source/user/sasview |
---|
| 46 | /docs/sphinx-docs/source/user/perspectives |
---|
| 47 | /docs/sphinx-docs/katex*.zip |
---|
| 48 | /docs/sphinx-docs/node_modules |
---|
| 49 | /docs/sphinx-docs/node-package.json |
---|
[b4cd56e] | 50 | |
---|
| 51 | # test outputs |
---|
| 52 | /test/pr_inversion/test/test_output.txt |
---|
| 53 | /test/sasdataloader/test/plugins.zip |
---|
| 54 | /test/sasdataloader/test/test_log.txt |
---|
| 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 |
---|
| 58 | /test/fileconverter/test/export2d.h5 |
---|
| 59 | **/test/logs |
---|
| 60 | tests.log |
---|
| 61 | |
---|
| 62 | # Installer files |
---|
| 63 | /sasview-install |
---|
| 64 | /installers/installer.iss |
---|
| 65 | /installers/build |
---|
| 66 | /installers/dist |
---|
Note: See
TracBrowser
for help on using the repository browser.