mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Also adds this file to the .gitignore Change-Id: I731c58d4f8a96531e61598e281a769e6b13e2e86
26 lines
367 B
Plaintext
26 lines
367 B
Plaintext
wpilibc/build/
|
|
hal/build/
|
|
networktables/cpp/build/
|
|
build/
|
|
networktables/OutlineViewer/nbproject/private
|
|
*~
|
|
target/
|
|
dist/
|
|
bin/
|
|
.project
|
|
.cproject
|
|
.settings/
|
|
.classpath
|
|
**/dependency-reduced-pom.xml
|
|
|
|
#Java File extentions
|
|
*.class
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|