Add files .gitignore and .gitattributes
This commit is contained in:
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal 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
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
_Boot/
|
||||
_CompileInfo/
|
||||
_Libraries/
|
||||
tools/linux/ADS/
|
||||
tools/linux/getADSState/getADSState.bin
|
||||
logs.0*
|
||||
.epics.*
|
||||
*.bak
|
||||
*.~u
|
||||
*.pyc
|
||||
*.tpy
|
||||
*.suo
|
||||
*~
|
||||
.#*
|
||||
\#*#
|
||||
|
||||
Reference in New Issue
Block a user