mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Ignore *.dSYM files in working directory
Failed Mac OS X debugging builds leave *.dSYM directories lying
around the tree, which just litter the contents of "git status".
So, ignore them.
Change-Id: Ic2b79f299d724b770bf83cb24f2aac7c4063efdb
Reviewed-on: http://gerrit.openafs.org/2744
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 290204c6e9
)
Reviewed-on: http://gerrit.openafs.org/2793
This commit is contained in:
parent
02f39f7b16
commit
0b80be05c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@
|
||||
*.sl
|
||||
*.so.*
|
||||
*.dylib.*
|
||||
*.dSYM
|
||||
*.xdr.c
|
||||
*.cs.c
|
||||
*.ss.c
|
||||
|
Loading…
Reference in New Issue
Block a user