Skip to content

Commit bdaa1da

Browse files
committed
refactor: Move Ecat_Slave and Ecat_Master headers to ecat/core and update related paths.
1 parent 18c51ce commit bdaa1da

25 files changed

+2502
-5266
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,23 @@
3434

3535
# AI assistant context (local only)
3636
CLAUDE.md
37+
38+
# Build and Install Directories
39+
/build/
40+
/install/
41+
/bin/
42+
/lib/
43+
/log/
44+
/script/build/
45+
46+
# IDE and Editor Files
47+
.vscode/
48+
compile_commands.json
49+
50+
# Scratch Files
51+
patch_main.py
52+
patch_main.sh
53+
54+
# AI and Tools
55+
.gemini/
56+
.cache/

0 commit comments

Comments
 (0)