Update git ignore file.
This commit is contained in:
parent
cbfacf9a10
commit
157cc54449
|
@ -1,16 +1,23 @@
|
||||||
*.obj
|
*.obj
|
||||||
*.lib
|
*.lib
|
||||||
*.dll
|
*.dll
|
||||||
|
*.dylib
|
||||||
*.def
|
*.def
|
||||||
*.o
|
*.o
|
||||||
lapack-3.1.1
|
lapack-3.1.1
|
||||||
lapack-3.1.1.tgz
|
lapack-3.1.1.tgz
|
||||||
|
lapack-3.4.1
|
||||||
|
lapack-3.4.1.tgz
|
||||||
*.so
|
*.so
|
||||||
*.a
|
*.a
|
||||||
.svn
|
.svn
|
||||||
*~
|
*~
|
||||||
|
lib.grd
|
||||||
|
nohup.out
|
||||||
config.h
|
config.h
|
||||||
Makefile.conf
|
Makefile.conf
|
||||||
|
Makefile.conf_last
|
||||||
|
config_last.h
|
||||||
getarch
|
getarch
|
||||||
getarch_2nd
|
getarch_2nd
|
||||||
utest/openblas_utest
|
utest/openblas_utest
|
||||||
|
|
Loading…
Reference in New Issue