Skip to content

Commit

Permalink
[MISC] Updated .gitignore
Browse files Browse the repository at this point in the history
- Removed a bunch of irrelevant lines to reduce confusion
  • Loading branch information
benliao1 committed Jul 20, 2023
1 parent e0117fd commit aa2c223
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
bin/*
tests/bin/*

# ignore the tests/devices
tests/devices

# ignore the entire lowcar/Device folder
lowcar/Device

Expand All @@ -24,7 +21,7 @@ network_switch/exit_status.txt
*.pyc
*.pyo
__pycache__/
build/
executor/build/

# VS Code
.vscode
Expand All @@ -38,29 +35,11 @@ build/
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

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

# Fortran module files
*.mod
*.smod

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

# Executables
*.exe
*.out
*.app

# .DS_Store
*.DS_Store

0 comments on commit aa2c223

Please sign in to comment.