gitignore: Add gitignore to the build location
This commit moved gitignore to the build locationpull/805/head
parent
08c8b4ba22
commit
4b3b69ab15
|
@ -1,2 +1,4 @@
|
|||
*.dSYM
|
||||
*_test
|
||||
v
|
||||
vprod
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
v.c
|
||||
vc
|
||||
v
|
||||
|
|
Loading…
Reference in New Issue