Skip to content

Commit 9288462

Browse files
committed
cmake: Tighten ignores
1 parent 530702d commit 9288462

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
/.project
44
/.cproject
55

6-
#cmake
6+
# cmake
77
/build/
88
/build_gen/
9-
.dependencies
9+
/.dependencies
10+
/compile_commands.json
11+
1012
# Temporary configuration
1113
/Firmware/Configuration_prusa.h
1214

@@ -27,4 +29,3 @@ __pycache__
2729
# Generated files
2830
/build-env/
2931
/Firmware/Doc/
30-
compile_commands.json

0 commit comments

Comments
 (0)