source: sasview/.gitignore @ e9df8a5

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 e9df8a5 was e9df8a5, checked in by Paul Kienzle <pkienzle@…>, 7 years ago

ignore downloaded katex.zip

  • Property mode set to 100644
File size: 1.5 KB
Line 
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.DS_Store
13.project
14.pydevproject
15.vagrant
16.idea
17.settings/
18build
19dist
20sasview.egg-info
21sasview.egg-info
22
23.mplconfig
24doctrees
25html
26build
27
28/setup.cfg
29
30/dist
31**/build
32sasview.egg-info
33sasview-install
34**/test/logs
35*.pyc
36*.so
37default_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/docs/sphinx-docs/katex*.zip
52
53
54# test outputs
55/test/pr_inversion/test/test_output.txt
56/test/sasdataloader/test/plugins.zip
57/test/sasdataloader/test/test_log.txt
58/test/sasdataloader/test/isis_1_0_write_test.xml
59/test/sasdataloader/test/isis_1_1_write_test.xml
60/test/sasdataloader/test/write_test.xml
61/test/fileconverter/test/export2d.h5
62test*log
63
64# autogenerated scripts
65/sasview/installer.iss
66
67# Editor files
68.vscode/
69
Note: See TracBrowser for help on using the repository browser.