diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-05-05 07:59:19 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-05-05 07:59:19 -0700 |
commit | 8334d1105784dcd7128b7a9d35463f1eb369d769 (patch) | |
tree | c6dee1cda1fe1764250f33b50a44f8572959c1d9 /.gitignore | |
parent | 4d1b93953f0a82732b8d9b8280a07730b78a2194 (diff) |
Add .gitignore
ignore most of the build output
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b86a96090 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.os +*.oS +*.dep +*.a +*.o +*.depend +lib +.config* |