source: sasview/.gitignore @ ee80b3a

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.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since ee80b3a was ee80b3a, checked in by Pavol Juhas <pavol.juhas@…>, 9 years ago

Clean up test logs and other test-generated files.

No need to track them in VCS.

  • Property mode set to 100644
File size: 1017 bytes
RevLine 
[386ffe1]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.mplconfig
16
[a93d6b1]17/dist
18/build
19sasview.egg-info
20sasview-install
[386ffe1]21**/test/logs
22*.pyc
[a93d6b1]23default_categories.json
[386ffe1]24
[a93d6b1]25/src/sas/models/*.py
26/src/sas/models/c_extension/c_models/c_models.cpp
27/src/sas/models/c_extension/python_wrapper/generated/
28/src/sas/models/media/.idea/
[386ffe1]29
[a93d6b1]30/docs/sphinx-docs/build
31/docs/sphinx-docs/source/dev/api
32/docs/sphinx-docs/source/user/guiframe
33/docs/sphinx-docs/source/user/models
34/docs/sphinx-docs/source/user/perspectives
[386ffe1]35
[ee80b3a]36# test outputs
37/test/pr_inversion/test/test_output.txt
38/test/sasdataloader/test/plugins.zip
39/test/sasdataloader/test/test_log.txt
Note: See TracBrowser for help on using the repository browser.