source: sasview/.gitignore @ cd5e29b

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 cd5e29b was cd5e29b, checked in by ajj, 9 years ago

Merge branch 'master' into sasmodels-integration

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[8c9ffde]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
[cd5e29b]14.vagrant
[dea7cb4]15.idea
[8c9ffde]16build
17dist
18sasview.egg-info
19sasview.egg-info
[cd5e29b]20
[8c9ffde]21.mplconfig
22doctrees
23html
24build
25
[cd5e29b]26/dist
[8c9ffde]27**/build
[cd5e29b]28sasview.egg-info
29sasview-install
30**/test/logs
[8c9ffde]31*.pyc
[cd5e29b]32default_categories.json
[8c9ffde]33
[cd5e29b]34/src/sas/models/*.py
35/src/sas/models/c_extension/c_models/c_models.cpp
36/src/sas/models/c_extension/python_wrapper/generated/
37/src/sas/models/media/.idea/
[8c9ffde]38
[cd5e29b]39/docs/sphinx-docs/build
40/docs/sphinx-docs/source/dev/api
41/docs/sphinx-docs/source/user/guiframe
42/docs/sphinx-docs/source/user/models
43/docs/sphinx-docs/source/user/perspectives
[aeb018d]44
[dea7cb4]45default_categories.json
Note: See TracBrowser for help on using the repository browser.