Skip to content

Commit cbc1511

Browse files
issue #24
remove Xcode dependencies and start tracking configure files (autoconf)
1 parent 4209365 commit cbc1511

File tree

12 files changed

+14060
-925
lines changed

12 files changed

+14060
-925
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,22 @@ without-cpp11-pthread-tests
3131
with-cpp11-pthread-tests
3232

3333
# Xcode
34-
#cpp-pthread.xcodeproj/
34+
*.xcodeproj/
3535
DerivedData/
3636

37+
# MAc OS X
38+
.DS_Store
39+
40+
# MAc OS X
41+
.DS_Store
42+
._*
43+
3744
# autoconf
3845
config.h
3946
autom4te.cache
4047
config.status
4148
config.log
42-
configure
49+
#configure
4350
Makefile
4451

4552
# layout

0 commit comments

Comments
 (0)