.gitignore: ignore files ending with ~
I'm lately getting this kind of files in git after building: config.guess~ config.sub~ configure~ install-sh~ Let's ignore them. Change-Id: I976e3a33f638f4cd19650b9c799e61713d73bf8achanges/40/21940/1
parent
8b4b19a012
commit
a5b9fb5304
|
@ -20,6 +20,7 @@ install-sh
|
|||
missing
|
||||
*libtool
|
||||
ltmain.sh
|
||||
*~
|
||||
|
||||
core
|
||||
core.*
|
||||
|
|
Loading…
Reference in New Issue