diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-15 16:58:20 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-15 16:58:20 +0200 |
commit | 2b61356bf99ddffa4a4522ea271288badea9e988 (patch) | |
tree | 9b01d0a50a2b1fd52d3da45ec52b67c46d4d08d6 /.gitignore | |
parent | 47ec67de4f4b6d1335af54302dbde4c0cac15508 (diff) | |
download | osc-graphics-2b61356bf99ddffa4a4522ea271288badea9e988.tar.gz |
added gitignore file
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..560c14d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.exe +osc-graphics + +*~ + |