Skip to content

Commit

Permalink
copied .gitignore from carma-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
john-chrosniak committed Jun 3, 2024
1 parent dd0707c commit 032d797
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
*.bak
logs
.project
.classpath
.settings
gradle.properties
.gradle
*~
myClock.bin
/*.tar.gz
*.class
**/bin
**/__pycache__

# ignore build directories
build
target
devel

# ignore Intellij project files and dirs
*.ipr
*.iws
*.iml
.idea
/src/ruby/*
!/src/ruby/*.rb

# Ignore root level CMakeLists.txt
/CMakeLists.txt

# Ignore Guidance auto-generate VersionID files
carma/guidance/src/main/resources/version
carma/guidance/out/**
carma/route/out/**

# Ignore sensitive data files and directories
srx_can_driver
srx_objects
truck_can_driver
**/J2735_201603.asn1

# exceptions
!hooks/build
.vscode

0 comments on commit 032d797

Please sign in to comment.