Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 248796f

Browse files
author
Frank
committedDec 6, 2011
Initial public release.
0 parents  commit 248796f

File tree

833 files changed

+129403
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

833 files changed

+129403
-0
lines changed
 

‎.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
*.dSYM
2+
*.cmake
3+
*.log
4+
*.o
5+
*.s
6+
*.scan
7+
*.status
8+
*.tar.*
9+
*~
10+
.deps
11+
.done
12+
INSTALL
13+
Makefile
14+
Makefile.in
15+
aclocal.m4
16+
autom4te.cache
17+
build
18+
compile
19+
confdefs.h
20+
config.*
21+
configure
22+
depcomp
23+
install-sh
24+
libtool
25+
ltmain.sh
26+
man/*.html
27+
man/Makefile.in
28+
missing
29+
probes.h
30+
probes_dnscrypt_proxy.h
31+
src/*.la
32+
src/*.lo
33+
src/*.o
34+
src/.deps
35+
src/.libs
36+
src/Makefile.in
37+
src/dnscrypt-proxy/Makefile.in
38+
src/dnscrypt-proxy/dnscrypt-proxy
39+
src/libnacl/okcompilers/c
40+
src/libnacl/okcompilers/do
41+
stamp-*
42+
testing

‎AUTHORS

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.