Add .gitattributes and .gitignore, remove .cvsignore

This commit is contained in:
Marius Greuel
2021-12-10 22:05:33 +01:00
parent 7015ebe0d6
commit e85d112891
4 changed files with 32 additions and 4 deletions

57
.gitignore vendored Normal file
View File

@@ -0,0 +1,57 @@
.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
aclocal.m4
autom4te.cache
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
*.o
*.lo
*.a
*.la
# Visual Studio
.vs/
[Dd]ebug/
[Rr]elease/
x64/
x86/
*.suo
*.user
*.userosscache
*.sln.docstates
*.log
# Visual Studio code
.vscode/