source: sasview/.gitignore @ 5c0e717

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 5c0e717 was ce1f491, checked in by Torin Cooper-Bennun <torin.cooper-bennun@…>, 6 years ago

add *.sln to .gitignore

  • 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# stack dumps due to Git Bash internal crashes
13*.stackdump
14
15# Editor files
16*.pyproj
17*.sln
18.DS_Store
19/.settings
20/.vscode
21/.project
22/.pydevproject
23/.idea
24/.vs
25
26# Build and run files
27**/__pycache__
28*.pyc
29*.so
30/.vagrant
31/build
32/dist
33sasview.egg-info
34.mplconfig
35default_categories.json
36/setup.cfg
37**/UI/*.py
38!**/UI/__init__.py
39
40# doc build
41/docs/sphinx-docs/build
42/docs/sphinx-docs/source-temp
43/docs/sphinx-docs/source/dev/api
44/docs/sphinx-docs/source/user/guiframe
45/docs/sphinx-docs/source/user/models
46/docs/sphinx-docs/source/user/sasview
47/docs/sphinx-docs/source/user/perspectives
48/docs/sphinx-docs/katex*.zip
49/docs/sphinx-docs/node_modules
50/docs/sphinx-docs/node-package.json
51
52# test outputs
53/test/pr_inversion/test/test_output.txt
54/test/sasdataloader/test/plugins.zip
55/test/sasdataloader/test/test_log.txt
56/test/sasdataloader/test/isis_1_0_write_test.xml
57/test/sasdataloader/test/isis_1_1_write_test.xml
58/test/sasdataloader/test/write_test.xml
59/test/fileconverter/test/export2d.h5
60**/test/logs
61tests.log
62
63# Installer files
64/sasview-install
65/installers/installer.iss
66/installers/build
67/installers/dist
Note: See TracBrowser for help on using the repository browser.