Skip to content

Commit

Permalink
MISC: Committing some left overs
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaneam committed Apr 2, 2021
1 parent fae112e commit a265146
Show file tree
Hide file tree
Showing 4 changed files with 1,278 additions and 1,242 deletions.
50 changes: 43 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,43 @@
ESP32/.pio
ESP32/.vscode/.browse.c_cpp.db*
ESP32/.vscode/c_cpp_properties.json
ESP32/.vscode/launch.json
ESP32/.vscode/ipch
/UWP/obj
/UWP/bin
# PlatformIO
.pio
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
.vs
bin
obj
Loading

0 comments on commit a265146

Please sign in to comment.