source: sasview/.gitignore @ aeb018d

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 aeb018d was aeb018d, checked in by Peter Parker, 9 years ago

Add a couple more ignores, including the default categories file that SasView? occasionally touches during execution.

  • Property mode set to 100644
File size: 779 bytes
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
14build
15dist
16sasview.egg-info
17sasview.egg-info
18.mplconfig
19doctrees
20html
21build
22
23docs/sphinx-docs
24
25**/test/logs
26**/build
27
28*.pyc
29
30src/sas/models/*.py
31
32src/sas/models/c_extension/c_models/c_models.cpp
33src/sas/models/c_extension/python_wrapper/generated/
34src/sas/models/media/.idea/
35
36default_categories.json
Note: See TracBrowser for help on using the repository browser.