mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[git] added gitattributes & gitignore
This commit is contained in:
parent
15c1bb4905
commit
a3c0ac9b6a
2 changed files with 56 additions and 0 deletions
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
*.sh eol=lf
|
||||||
|
*.ac eol=lf
|
||||||
|
*.am eol=lf
|
||||||
|
*.sln eol=crlf
|
||||||
|
*.vcproj eol=crlf
|
||||||
|
*.vcxproj* eol=crlf
|
||||||
|
*.rc eol=crlf
|
||||||
|
*.sh export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
.gitignore export-ignore
|
||||||
|
*.creole export-ignore
|
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
*.aps
|
||||||
|
*.dep
|
||||||
|
*.exe
|
||||||
|
*.htm
|
||||||
|
*.idb
|
||||||
|
*.la
|
||||||
|
*.lib
|
||||||
|
*.lo
|
||||||
|
*.log
|
||||||
|
*.m4
|
||||||
|
*.mac
|
||||||
|
*.ncb
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.opt
|
||||||
|
*.pc
|
||||||
|
*.pdb
|
||||||
|
*.plg
|
||||||
|
*.res
|
||||||
|
*.suo
|
||||||
|
*.swp
|
||||||
|
*.user
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Debug
|
||||||
|
INSTALL
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
Release
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
compile
|
||||||
|
config.guess
|
||||||
|
config.h
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
sources
|
||||||
|
stamp-h1
|
Loading…
Reference in a new issue