source: sasview/.gitignore @ 51f1c347

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 51f1c347 was 51f1c347, checked in by butler, 7 years ago

update .gitignore to include .settings/

  • Property mode set to 100644
File size: 1.4 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.project
13.pydevproject
14.vagrant
15.idea
16.settings/
17build
18dist
19sasview.egg-info
20sasview.egg-info
21
22.mplconfig
23doctrees
24html
25build
26
27/setup.cfg
28
29/dist
30**/build
31sasview.egg-info
32sasview-install
33**/test/logs
34*.pyc
35*.so
36default_categories.json
37
38/src/sas/models/*.py
39/src/sas/models/c_extension/c_models/c_models.cpp
40/src/sas/models/c_extension/python_wrapper/generated/
41/src/sas/models/media/.idea/
42
43/docs/sphinx-docs/build
44/docs/sphinx-docs/source-temp
45/docs/sphinx-docs/source/dev/api
46/docs/sphinx-docs/source/user/guiframe
47/docs/sphinx-docs/source/user/models
48/docs/sphinx-docs/source/user/perspectives
49/docs/sphinx-docs/source/user/sasgui
50
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
60# autogenerated scripts
61/sasview/installer.iss
Note: See TracBrowser for help on using the repository browser.