diff options
author | Joey Hess <joeyh@oberon.underhill.private> | 2012-09-24 19:40:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-24 19:42:45 -0400 |
commit | 6c8abf6ca32f8a1ae7a68402d552fdf0d59392cf (patch) | |
tree | 9c5c505501381552b93b731262aed40db2f313f4 /.gitignore | |
parent | 5be83ac100a3a951f78f220237d776f466ca106a (diff) |
add osxapp target
Not fully tested.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4dafe012f..fbc2ec581 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ cabal-dev .dir-locals.el # OSX related .DS_Store +ui-macos/git-annex.app/Contents/MacOS/bin +ui-macos/git-annex.app/Contents/MacOS/lib +ui-macos/git-annex.app/Contents/MacOS/git-core |