diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-04-30 07:31:06 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-04-30 07:31:06 -0700 |
commit | 1831321bf15c664edbdc517ce4c7d1fbb3f6e937 (patch) | |
tree | b9336c1c1b90b60935cdd433bc59093387e8f45e | |
parent | e2d2bec7e8e3932aee92aa7473e2101b35aa865d (diff) |
Ignore .getattributes & the MacX work directories
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4890e114ab..acaf1d1889 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ # backup and temporary files *~ .*.sw[op] +.gitattributes # the build directories /*/unxlng?? /*/unxlng??.pro /*/wntmsc??? /*/wntmsc???.pro +/*/unxmac?? +/*/unxmac??.pro |