magnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since b6f9c9f was
1b605fb,
checked in by Stuart Prescott <stuart@…>, 7 years ago
|
Remove Thumbs.db from repository
Thumbs.db is a cache of image thumbnails used by the Windows file manager.
It doesn't belong in git and was most likely accidentally added. Including
the file in .gitignore will help make that less likely in the future by
preventing recursive git add from including the file.
|
-
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 | # Editor files |
---|
13 | .DS_Store |
---|
14 | /.settings |
---|
15 | /.vscode |
---|
16 | /.project |
---|
17 | /.pydevproject |
---|
18 | /.idea |
---|
19 | |
---|
20 | # Build and run files |
---|
21 | **/__pycache__ |
---|
22 | *.pyc |
---|
23 | *.so |
---|
24 | /.vagrant |
---|
25 | /build |
---|
26 | /dist |
---|
27 | sasview.egg-info |
---|
28 | .mplconfig |
---|
29 | default_categories.json |
---|
30 | /setup.cfg |
---|
31 | Thumbs.db |
---|
32 | |
---|
33 | # doc build |
---|
34 | /docs/sphinx-docs/build |
---|
35 | /docs/sphinx-docs/source-temp |
---|
36 | /docs/sphinx-docs/source/dev/api |
---|
37 | /docs/sphinx-docs/source/user/guiframe |
---|
38 | /docs/sphinx-docs/source/user/models |
---|
39 | /docs/sphinx-docs/source/user/sasview |
---|
40 | /docs/sphinx-docs/source/user/perspectives |
---|
41 | /docs/sphinx-docs/katex*.zip |
---|
42 | /docs/sphinx-docs/node_modules |
---|
43 | /docs/sphinx-docs/node-package.json |
---|
44 | |
---|
45 | # test outputs |
---|
46 | /test/pr_inversion/test/test_output.txt |
---|
47 | /test/sasdataloader/test/plugins.zip |
---|
48 | /test/sasdataloader/test/test_log.txt |
---|
49 | /test/sasdataloader/test/isis_1_0_write_test.xml |
---|
50 | /test/sasdataloader/test/isis_1_1_write_test.xml |
---|
51 | /test/sasdataloader/test/write_test.xml |
---|
52 | /test/fileconverter/test/export2d.h5 |
---|
53 | **/test/logs |
---|
54 | tests.log |
---|
55 | |
---|
56 | # Installer files |
---|
57 | /sasview-install |
---|
58 | /installers/installer.iss |
---|
59 | /installers/build |
---|
60 | /installers/dist |
---|
Note: See
TracBrowser
for help on using the repository browser.