Skip to content

Commit 078b7d4

Browse files
committed
Remove the .gitignore file for 'src/gen/*' folder
1 parent 1a77870 commit 078b7d4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

regenerate-devices.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#! /bin/sh -ea
22

3-
CRATE_DIR=$(dirname $0)
3+
CRATE_DIR=$(realpath $(dirname $0))
44

5-
cd "${CRATE_DIR}/device-generator"
5+
echo "create dir: '${CRATE_DIR}'"
6+
7+
cd "${CRATE_DIR}/device_generator"
68

79
echo "Generating cores"
810

src/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)