source: sasview/.gitignore @ ecbfddd

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 ecbfddd 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
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.DS_Store
18/.settings
19/.vscode
20/.project
21/.pydevproject
22/.idea
23/.vs
24
25# Build and run files
26**/__pycache__
27*.pyc
28*.so
29/.vagrant
30/build
31/dist
32sasview.egg-info
33.mplconfig
34default_categories.json
35/setup.cfg
36**/UI/*.py
37!**/UI/__init__.py
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
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
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
60tests.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.