Add files .gitignore and .gitattributes

This commit is contained in:
Federico Rojas
2017-11-06 09:04:06 +01:00
commit 40562b7f40
2 changed files with 24 additions and 0 deletions

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# end of line conversion CLRF -- LF
# Default is no conversion (follow Visual Studio)
* -text
#
.gitattributes text
.gitignore text

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
_Boot/
_CompileInfo/
_Libraries/
tools/linux/ADS/
tools/linux/getADSState/getADSState.bin
logs.0*
.epics.*
*.bak
*.~u
*.pyc
*.tpy
*.suo
*~
.#*
\#*#