Skip to content

Commit 9401acf

Browse files
committed
feat: add *.o files to .gitignore
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 52dd858 commit 9401acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ __pycache__/
3333
!.vscode/tasks.json
3434
!.vscode/launch.json
3535
!.vscode/extensions.json
36-
*.code-workspace
36+
*.code-workspace
37+
*.o

0 commit comments

Comments
 (0)