diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-10 22:16:42 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-10 22:16:42 (GMT) |
| commit | d31d290bf9205999e7a849e5974241f2fd615259 (patch) | |
| tree | 855437bd95e6b64e9d9886177b2a0bc47d6a5a2e /.gitignore | |
| parent | 0bb8538cefd86b0d50a6ee15cd1768c92c62869a (diff) | |
| download | powder-d31d290bf9205999e7a849e5974241f2fd615259.zip powder-d31d290bf9205999e7a849e5974241f2fd615259.tar.gz | |
Gitignore, Updated makefile and QT Creator project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd12740 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.exe +*.user +*.dll +*.a +*.la
\ No newline at end of file |
