diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-07 12:22:56 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-07 12:22:56 -0700 |
commit | 597c9cc540c2ca5d0b0eeaa3f453dffa14afab6d (patch) | |
tree | 612203df758893cbf96fc2fccf9e9b0c858cb717 /tools/.gitignore | |
parent | mailinfo: barf and exist upon nested multipart. (diff) | |
download | tgif-597c9cc540c2ca5d0b0eeaa3f453dffa14afab6d.tar.xz |
Flatten tools/ directory to make build procedure simpler.
Also make platform specific part more isolated. Currently we only
have Darwin defined, but I've taken a look at SunOS specific patch
(which I dropped on the floor for now) as well. Doing things this way
would make adding it easier.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/.gitignore b/tools/.gitignore deleted file mode 100644 index d1ea9ea306..0000000000 --- a/tools/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -git-mailinfo -git-mailsplit |