Files
allwpilib/.gitignore
Fredric Silberberg db91e20ec7 Updated ntcore build to build both arm and native versions
Change-Id: I515f051bbb816a1a82667462ad4e140cdb0fabdc
2015-12-06 14:43:30 -05:00

40 lines
344 B
Plaintext

### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
build/
.gradle/
.vs/
*.def
*.opensdf
*.vcxproj
*.vcxproj.user
*.sdf
*.sublime-project
*.sublime-workspace
native/
arm/