We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d72e4 commit 0c1d7d1Copy full SHA for 0c1d7d1
.gitignore
@@ -6,20 +6,32 @@ config.log
6
_build.log
7
_build.sh
8
_build.tags
9
+
10
*.o
11
*.os
12
*.so
13
*.cfgc
14
*.pyc
15
pytest_session.txt
16
17
+# Built by sconsUtils
18
bin/
-bin/makeLinkFarm
-bin/sconsOpts
19
python/lsst/sconsUtils/version.py
20
21
+# Built by pip install
22
+python/lsst_sconsUtils.egg-info/
23
24
+# docs
25
doc/html
26
doc/doxygen.conf
27
doc/sconsUtils.tag
28
29
+# Pytest
30
tests/.tests
31
tests/testFailedTests/python
32
tests/testFailedTests/tests/.tests
33
.coverage
34
35
+# IDEs
36
+.idea
37
+.vscode
0 commit comments