mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
There is still a bug where the examples have been updated to use 0 based joysticks, but the simulation libraries have not been updated. I'll fix that as a separate commit focused on fixing the joystick APIs. Change-Id: I3b358e67b7fa18b30d1fd2b53098659cfefdfd76
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# General
|
|
*.log
|
|
build/
|
|
screensteps/
|
|
trash/
|
|
|
|
# TMP
|
|
*/*/debian/files
|
|
*/*/models/
|
|
*/*/worlds
|
|
*/*/plugins/
|
|
*/*/features/
|
|
*/*/src/
|
|
*/*/devel/
|
|
*/*/.*
|
|
*/*/include/
|
|
*/*/msgs/
|
|
|
|
*/*/clock/
|
|
*/*/dc_motor/
|
|
*/*/docs/
|
|
*/*/encoder/
|
|
*/*/*.doxy
|
|
*/*/gyro/
|
|
*/*/limit_switch/
|
|
*/*/pneumatic_piston/
|
|
*/*/potentiometer/
|
|
*/*/rangefinder/
|
|
*/*/*.gradle
|
|
frcsim-gazebo-plugins/frcsim-gazebo-plugins/Makefile
|
|
|
|
# General Build Artifacts
|
|
*.dsc
|
|
*.deb
|
|
*.orig.tar.gz
|
|
*.debian.tar.gz
|
|
*.changes
|
|
*.build
|
|
*.substvars
|
|
*/*/debian/*/DEBIAN/
|
|
|
|
# Specific Build Artifacts
|
|
frcsim-gazebo-plugins/frcsim-gazebo-plugins/debian/frcsim-gazebo-plugins/
|
|
frcsim-gazebo-models/frcsim-gazebo-models/debian/frcsim-gazebo-models/
|
|
frcsim-eclipse-plugins/frcsim-eclipse-plugins/debian/frcsim-eclipse-plugins/
|
|
frcsim-eclipse-toolchain-plugin/frcsim-eclipse-toolchain-plugin/debian/frcsim-eclipse-toolchain-plugin/
|
|
frcsim/frcsim/debian/frcsim/
|
|
frcsim-libwpilibsim-cpp/frcsim-libwpilibsim-cpp/debian/frcsim-libwpilibsim-cpp/
|
|
|
|
frcsim-libwpilibsim-cpp/frcsim-libwpilibsim-cpp/CMakeLists.txt
|
|
|
|
# Generated Repository
|
|
repository/db/
|
|
repository/dists/ |