Skip to content

Commit 69df9b8

Browse files
authored
Refactor .gitignore for clarity and organization
Removed unnecessary entries and organized sections.
1 parent 8db8f8f commit 69df9b8

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.gitignore

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
*.dylib
1+
# Compiled binaries and object files
22
*.a
33
*.o
4-
*.exe
5-
.DS_Store
64
m8c
5+
6+
# Generated source files
7+
font.c
8+
9+
# Development tools and IDEs
710
.vscode
811
.cache/
9-
font.c
10-
build/
11-
compile_commands.json
1212
.clangd
13-
result*
14-
cmake-build-*
15-
.idea
16-
CMakeCache.txt
17-
CMakeFiles/
18-
cmake_install.cmake
13+
compile_commands.json
14+
15+
# System specific
16+
.DS_Store

0 commit comments

Comments
 (0)