Skip to content

Commit e127f97

Browse files
Add cmake-build-* folders to the .gitignore file (ros2#1001)
It could be more custom build configurations rather than debug and release. Exclude all of them from git tree with regex. Signed-off-by: Michael Orlov <[email protected]>
1 parent ad484ba commit e127f97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.idea/
22
.ipynb_checkpoints/
3-
cmake-build-debug/
4-
cmake-build-release/
3+
cmake-build-*/
54
build/
65
venv/
76
**/.pytest_cache/

0 commit comments

Comments
 (0)