Skip to content

Commit

Permalink
Merge pull request #1 from and3rson/fixgitignore
Browse files Browse the repository at this point in the history
fix: some fixes for gitignore files
  • Loading branch information
and3rson authored Mar 5, 2024
2 parents 9f287a1 + e99357a commit 1c257a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@
.ccls-cache
.cache
compile_commands.json

./**/.vs/
./**/[Dd]ebug/
./**/[Rr]elease/
./**/.vscode/

*.o
*.obj
*.DS_Store
*.log
*.user
doom.bin
9 changes: 0 additions & 9 deletions firmware/doom/.gitignore

This file was deleted.

0 comments on commit 1c257a1

Please sign in to comment.