Git ignores fixed
This commit is contained in:
parent
c3430ab007
commit
c01907cb81
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,17 +1,7 @@
|
|||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
build/*.user
|
|
||||||
build/temp
|
|
||||||
L10N/*.mo
|
|
||||||
MSIBuild/*-1.idt
|
|
||||||
MSIBuild/*-2.idt
|
|
||||||
MSIBuild/*-2.idtx
|
|
||||||
MSIBuild/*.Binary-1
|
|
||||||
MSIBuild/*.Binary-2
|
|
||||||
MSIBuild/*.Icon-1
|
|
||||||
MSIBuild/*.Icon-2
|
|
||||||
MSIBuild/*.lst
|
|
||||||
MSIBuild/*.msm
|
|
||||||
/ipch
|
/ipch
|
||||||
/output
|
/output
|
||||||
|
*.user
|
||||||
|
temp
|
||||||
|
1
L10N/.gitignore
vendored
Normal file
1
L10N/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/*.mo
|
9
MSIBuild/.gitignore
vendored
Normal file
9
MSIBuild/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/*-1.idt
|
||||||
|
/*-2.idt
|
||||||
|
/*-2.idtx
|
||||||
|
/*.Binary-1
|
||||||
|
/*.Binary-2
|
||||||
|
/*.Icon-1
|
||||||
|
/*.Icon-2
|
||||||
|
/*.lst
|
||||||
|
/*.msm
|
Loading…
x
Reference in New Issue
Block a user