mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-09 04:01:01 +00:00
Add .gitattributes and .gitignore, remove .cvsignore
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
* text=auto eol=lf
|
||||||
|
*.sln text eol=crlf
|
||||||
|
*.vcxproj text eol=crlf
|
||||||
|
*.vcxproj.filters text eol=crlf
|
28
.cvsignore → .gitignore
vendored
28
.cvsignore → .gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
|
.deps/
|
||||||
|
.libs/
|
||||||
|
m4/
|
||||||
*.diff
|
*.diff
|
||||||
*.patch
|
*.patch
|
||||||
y.output
|
y.output
|
||||||
@@ -5,9 +8,7 @@ y.tab.h
|
|||||||
lexer.c
|
lexer.c
|
||||||
config_gram.c
|
config_gram.c
|
||||||
config_gram.h
|
config_gram.h
|
||||||
.cvsignore
|
|
||||||
.depend
|
.depend
|
||||||
.deps
|
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
@@ -31,3 +32,26 @@ config.log
|
|||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
avrdude
|
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/
|
3
doc/.cvsignore → doc/.gitignore
vendored
3
doc/.cvsignore → doc/.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
.cvsignore
|
avrdude.t2d/
|
||||||
|
avrdude.t2p/
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
avrdude-html
|
avrdude-html
|
1
windows/.cvsignore → windows/.gitignore
vendored
1
windows/.cvsignore → windows/.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
.cvsignore
|
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
Reference in New Issue
Block a user