Skip to content

Commit 0c1d7d1

Browse files
committed
Add more build and IDE paths to .gitignore
1 parent 27d72e4 commit 0c1d7d1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.gitignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,32 @@ config.log
66
_build.log
77
_build.sh
88
_build.tags
9+
910
*.o
1011
*.os
1112
*.so
1213
*.cfgc
1314
*.pyc
1415
pytest_session.txt
16+
17+
# Built by sconsUtils
1518
bin/
16-
bin/makeLinkFarm
17-
bin/sconsOpts
1819
python/lsst/sconsUtils/version.py
20+
21+
# Built by pip install
22+
python/lsst_sconsUtils.egg-info/
23+
24+
# docs
1925
doc/html
2026
doc/doxygen.conf
2127
doc/sconsUtils.tag
28+
29+
# Pytest
2230
tests/.tests
2331
tests/testFailedTests/python
2432
tests/testFailedTests/tests/.tests
2533
.coverage
34+
35+
# IDEs
36+
.idea
37+
.vscode

0 commit comments

Comments
 (0)