-
-
Notifications
You must be signed in to change notification settings - Fork 242
/
.gitignore
70 lines (60 loc) · 1.21 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
**/.DS_Store
/config.log
/config.status
/Doxyfile
/setupenv.bash
/autom4te.cache
doc/*.gz
doc/*.mtree
doc/*.xml
doc/*.html
doc/.dep
doc/macports.conf
doc/pubkeys.conf
keys/*/*.sec
Mk/macports.autoconf.mk
portmgr/dmg/postflight
src/*
!src/*/
src/*/*_autoconf.tcl
src/cregistry/macports.sqlext
src/darwintracelib1.0/*.d
src/darwintracelib1.0/tests/*.d
src/darwintracelib1.0/tests/lstat
src/darwintracelib1.0/tests/readdir
src/darwintracelib1.0/tests/stat
src/darwintracelib1.0/sip_copy_proc.[ch]
src/machista1.0/tests/libmachista-test
src/port/*
!src/port/*.tcl
src/programs/*/build/
src/**/*.o
src/**/*.a
src/**/*.dylib
src/**/*.dSYM
tests/test.tcl
tests/test/library.tcl
tests/test/trace/test.tcl
vendor/vendor-destroot/
vendor/tclsh
vendor/install/build/
vendor/**/*.o
vendor/**/*.a
vendor/**/*.dylib
vendor/**/*.dSYM
vendor/**/config.log
vendor/**/config.status
vendor/tcl8.*/unix/Tcl-Info.plist
vendor/tcl8.*/unix/Tclsh-Info.plist
vendor/tcl8.*/unix/tcl.pc
vendor/tcl8.*/unix/tclConfig.sh
vendor/tcl8.*/unix/tclsh
vendor/tcl8.*/unix/pkgs/itcl*/itclConfig.sh
vendor/tcl8.*/unix/pkgs/tdbc*/tdbcConfig.sh
vendor/tcl8.*/unix/**/*Uuid.h
!*.in
Makefile
pkgIndex.tcl
!vendor/tcllib*/**/pkgIndex.tcl
!vendor/signify-osx/Makefile
/dist/