1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# Files generate by autotools
Makefile
Makefile.in
aclocal.m4
autom4te.cache
configure
config.status
config.log
fedora/dfu-programmer.spec
src/.deps/*
src/config.h
src/config.h.in
src/stamp-h1
# Output files
src/*.o
src/dfu-programmer
# Hex files shouldn't generally be in the repo
*.hex
# No Windows libraries or executables
*.dll
*.exe
# Ignore dist packages
*.tar.gz
# Node.js dependencies for testing
/node_modules/
# tab completion file
dfu_programmer
# Autotools dir
m4/
# Apple temp files
*~
|