Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Jul 17, 2023
1 parent f935732 commit 6ae9d2c
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
*~
*.swp
*.swo
*.gdb_history
*.old


# LSP
.cache
compile_commands.json

# JetBrains IDEs
.idea/

# Python VirtEnvironments
.env
.venv
env/
venv/

# Python Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
*.pickle

.obj/
bindings/
.DS_Store
.mxproject
Brewfile.lock.json

# Kate
.kateproject
.kateconfig

# kde
.directory
null.d

# SCons
.sconsign.dblite


# Visual Studio Code
/.vscode

# bundle output
/dist
/artifacts-default
/artifacts-ofw-anims
/artifacts-rgb-patch
/artifacts-extra-apps

# SCons build dir
/build

# Toolchain
/toolchain

# openocd output file
openocd.log

# PVS Studio temporary files
.PVS-Studio/
PVS-Studio.log
*.PVS-Studio.*

.gdbinit

/fbt_options_local.py

0 comments on commit 6ae9d2c

Please sign in to comment.