diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-03-17 06:01:57 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-03-17 06:01:57 +0100 |
commit | 9e080833d906dba8859589b42aaacbc9b7eee03c (patch) | |
tree | 1fe2b52319500751672647c86b1f143b78668b86 /.gitignore | |
parent | a347b831ee7a4fc414903bbed5eaeab5020122a3 (diff) |
Adding a .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da52828 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.dep +*.o +*.a +*.bin |