diff options
author | John C. Vernaleo <jcv@conformal.com> | 2013-01-09 08:54:56 -0500 |
---|---|---|
committer | John C. Vernaleo <jcv@conformal.com> | 2013-04-19 17:23:11 -0400 |
commit | 820b9ddfa479117a385c3da8fb224a301df755cf (patch) | |
tree | 46fd347a2eb5b8f886938985bf410ab52aa7a7a9 /.gitignore | |
parent | 9c415e6086755ad83cfc8a6404fe803e341ee11a (diff) | |
download | xombrero-820b9ddfa479117a385c3da8fb224a301df755cf.tar.gz |
Add osx build support (using macports).
Based on initial patch from Tim Meunier <trondd@gmail.com>). Add temporary files to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4ca070d..374d281 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,11 @@ *.orig *.rej *.rej.orig +*~ javascript.h xombrero xombrero.cat1 tags +osx/tooltip.h +osx/tree.h +osx/util.h |