diff --git a/.gitignore b/.gitignore index d89b5d0..97c23ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,6 @@ -/*.sdf -/*.suo -/*.opensdf -/ipch -/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 -temp -*.user +/*.opensdf +/*.sdf +/*.suo +/ipch +*.user +temp diff --git a/L10N/.gitignore b/L10N/.gitignore new file mode 100644 index 0000000..85ebba8 --- /dev/null +++ b/L10N/.gitignore @@ -0,0 +1 @@ +/*.mo diff --git a/MSIBuild/.gitignore b/MSIBuild/.gitignore new file mode 100644 index 0000000..80ea676 --- /dev/null +++ b/MSIBuild/.gitignore @@ -0,0 +1,9 @@ +/*-1.idt +/*-2.idt +/*-2.idtx +/*.Binary-1 +/*.Binary-2 +/*.Icon-1 +/*.Icon-2 +/*.lst +/*.msm