diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 11:01:45 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 11:01:45 -0700 |
commit | 3b99917838650e2aa50d59a4f0e6365b090c5f89 (patch) | |
tree | 325db0b9c0ef69e6489d34a32b8fa10405cf9f5c /.gitignore | |
parent | 997d8efec66ff513e8efa774c74df13116641e03 (diff) |
gitignore: ignore install_dir/
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4be79acaf..549ca4593 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,8 @@ *.i *.o *.depend -lib +lib/ +install_dir/ .config* .*.dep /*.log |