avrdude/.gitignore

68 lines
608 B
Plaintext
Raw Normal View History

2021-12-26 13:22:39 +00:00
.DS_Store
.deps/
.libs/
m4/
*.diff
*.patch
y.output
y.tab.h
lexer.c
config_gram.c
config_gram.h
.depend
INSTALL
Makefile.in
Makefile
ac_cfg.h.in
ac_cfg.h.in~
aclocal.m4
autom4te.cache
configure
2021-12-26 12:06:21 +00:00
configure~
depcomp
install-sh
compile
missing
mkinstalldirs
stamp-h.in
stamp-h1
ac_cfg.h
avrdude.conf
avrdude.conf.tmp
avrdude.spec
config.guess
config.log
config.status
config.sub
avrdude
libtool
ltmain.sh
ylwrap
tags
cscope.out
*.o
*.lo
*.a
*.la
2021-12-20 16:50:42 +00:00
# CMake
out/
build/
build_*/
# Visual Studio
.vs/
[Dd]ebug/
[Rr]elease/
x64/
x86/
*.suo
*.user
*.userosscache
*.sln.docstates
*.log
# Visual Studio code
.vscode/