Ignore automatically-generated files in source code with .gitignore.
authorHiroshi Inoue <inoue@tpf.co.p>
Wed, 10 Jul 2013 14:32:24 +0000 (23:32 +0900)
committerHiroshi Inoue <inoue@tpf.co.p>
Wed, 10 Jul 2013 14:32:24 +0000 (23:32 +0900)
commitcbaa634178bbf3ef0b72fc6fbfacb4fd55b34906
treee5befb1b625730d5576bcab677cf32c1b33858ba
parent9fd39495580ada6ff7d989d19fa9f83ed3b2c82e
Ignore automatically-generated files in source code with .gitignore.
This is useful to prevent accidental commit of files that are not wanted
in the remote repository. The original patch was provided by Michael
Paquier. I also added files genearated by VC build tools or WIX tools
to .gitignore.
.gitignore [new file with mode: 0644]