stm32-ada/.gitignore

29 lines
354 B
Plaintext

# Object file
*.o
examples/**/objects/*
# Ada Library Information
*.ali
# Library archive
*.a
# GPRBuild output
*.adb.stderr
*.adb.stdout
*.ads.stderr
*.ads.stdout
*.bexch
*.lexch
# Binder code
b__*.adb
b__*.ads
# Gnatprove output
build/objects/gnatprove
# Some data from other sources to analyse
tools/imported_data
# Generated output
tools/output