diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-12 15:30:46 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-12 15:30:46 (GMT) |
| commit | bd986eb92dcf20cc870c71bf6389477916b06a12 (patch) | |
| tree | 2c68ffb0671f1d35ddde8a55a0dec498529b8386 | |
| parent | 2cf9ef60aa3d3c1509b3cba69e35a840a6841731 (diff) | |
| download | powder-bd986eb92dcf20cc870c71bf6389477916b06a12.zip powder-bd986eb92dcf20cc870c71bf6389477916b06a12.tar.gz | |
Update Gitignore
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,7 @@ *.*.swp .directory powder.def +powder.pref gmon.out *.*.orig build/stamps/* @@ -9,4 +10,9 @@ build/stamps/* utils/* *.log build/* -src/python/stdlib/*
\ No newline at end of file +src/python/stdlib/* +*.exe +*.dll +*.srv +*.bat +*.o
\ No newline at end of file |
