Updated the .gitignore file to avoid the .log and .so files.
This commit is contained in:
parent
317eb8ff0f
commit
be6a5a87ce
|
|
@ -3,6 +3,8 @@
|
||||||
.inca.db.*
|
.inca.db.*
|
||||||
inca.*.pak
|
inca.*.pak
|
||||||
*.swp
|
*.swp
|
||||||
|
*.log
|
||||||
|
*.so
|
||||||
*~
|
*~
|
||||||
*/av_extracted*/
|
*/av_extracted*/
|
||||||
.nfs*
|
.nfs*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue