Skip to content

Commit 64edc31

Browse files
committed
Don't gitignore cmd/mtypes directory, just the binaries
The cmd/mtypes and cmd/avalanche directories were being inadvertently gitignore'd because the .gitignore didn't specify that only these names at the root of the project should be ignored. Signed-off-by: Craig Ringer <[email protected]>
1 parent 053af94 commit 64edc31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
./avalanche
22
.build/
33
.idea/
4-
mtypes
5-
avalanche
4+
/mtypes
5+
/avalanche
6+
/cmd/mtypes/mtypes
7+
/cmd/avalanche/avalanche

0 commit comments

Comments
 (0)