mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
* Moved version generation to the WPILib versioning plugin. This also moves ntcore and wpilib to the latest available version. * Fixed description string. * Gave full path for ignored files.
189 lines
2.3 KiB
Plaintext
189 lines
2.3 KiB
Plaintext
# WPIlib Specific
|
|
|
|
dependency-reduced-pom.xml
|
|
/wpilibj/src/athena/cpp/nivision/*.c
|
|
/wpilibj/src/athena/cpp/nivision/*.cpp
|
|
/wpilibj/src/athena/cpp/nivision/*.s
|
|
/wpilibj/src/athena/cpp/nivision/*_arm.ini
|
|
/wpilibj/src/athena/cpp/nivision/*.java
|
|
/wpilibj/src/athena/cpp/nivision/nivision_funcs.txt
|
|
/wpilibj/src/athena/cpp/nivision/imaqdx_funcs.txt
|
|
/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/WPILibVersion.java
|
|
/wpilibc/shared/src/WPILibVersion.cpp
|
|
doxygen.log
|
|
|
|
# Created by the jenkins test script
|
|
test-reports
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
|
|
# Created by http://www.gitignore.io
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
|
|
### Windows ###
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
|
|
### OSX ###
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
|
|
### Java ###
|
|
*.class
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
|
|
### C++ ###
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Compiled Dynamic libraries
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
|
|
### Maven ###
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
|
|
|
|
### CMake ###
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
|
|
|
|
### Gradle ###
|
|
.gradle
|
|
build/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
|
|
### Vagrant ###
|
|
.vagrant/
|
|
|
|
|
|
### Eclipse ###
|
|
*.pydevproject
|
|
.metadata
|
|
.gradle
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
|
|
### Python ###
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
# sbteclipse plugin
|
|
.target
|
|
|
|
# TeXlipse plugin
|
|
.texlipse
|
|
|
|
#catkin stuff
|
|
package.xml
|
|
|
|
# Doxygen stuff
|
|
NO
|
|
|
|
# Simulation folder stuff
|
|
!simulation/install_resources/*
|
|
|
|
# VSCode
|
|
.vscode/
|