Git ignores fixed

This commit is contained in:
Simon Rozman 2016-03-12 14:13:24 +01:00
parent c3430ab007
commit c01907cb81
3 changed files with 17 additions and 17 deletions

24
.gitignore vendored
View File

@ -1,17 +1,7 @@
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
build/*.user /ipch
build/temp /output
L10N/*.mo *.user
MSIBuild/*-1.idt temp
MSIBuild/*-2.idt
MSIBuild/*-2.idtx
MSIBuild/*.Binary-1
MSIBuild/*.Binary-2
MSIBuild/*.Icon-1
MSIBuild/*.Icon-2
MSIBuild/*.lst
MSIBuild/*.msm
/ipch
/output

1
L10N/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/*.mo

9
MSIBuild/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/*-1.idt
/*-2.idt
/*-2.idtx
/*.Binary-1
/*.Binary-2
/*.Icon-1
/*.Icon-2
/*.lst
/*.msm