This repository has been archived by the owner on May 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
90 lines (82 loc) · 1.6 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Compiled files
*.slo
*.lo
*.o
*.so
*.dylib
*.lai
*.la
*.a
bin/*
libs/*
.libs/*
VisualStudio/ndn-ind/.vs/*
VisualStudio/ndn-ind/x64/*
VisualStudio/example/.vs/*
VisualStudio/example/x64/*
*.user
# Emacs temp files
*~
# Autoconf files
/Makefile
/include/Makefile
/autom4te.cache
config.log
/config.status
/include/config.h
/_configs.sed
/stamp-h1
/include/ndn-ind/ndn-ind-config.h
/include/stamp-h1
/aclocal.m4
/libtool
/condefs.h
/conftest.cpp
/conftest.err
/test-suite.log
*.Po
.deps
.dirstamp
*.tar.gz
/*.pc
# Let autoconf automatically copy these files
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
# Protobuf output
*.pb.cc
*.pb.h
# Doxygen output
/doc/html
/doc/latex
# unit_test temporary files
tests/unit-tests/policy_config/test-public-info.db
tests/unit-tests/policy_config/test-private-keys
tests/unit-tests/policy_config/test-pib.db
tests/unit-tests/policy_config/ndnsec-key-file
# Skip all gtest files except fused-src and LICENSE, etc.
/contrib/gtest-1.7.0/aclocal.m4
/contrib/gtest-1.7.0/CMakeLists.txt
/contrib/gtest-1.7.0/configure
/contrib/gtest-1.7.0/configure.ac
/contrib/gtest-1.7.0/Makefile.am
/contrib/gtest-1.7.0/Makefile.in
/contrib/gtest-1.7.0/build-aux
/contrib/gtest-1.7.0/cmake
/contrib/gtest-1.7.0/codegear
/contrib/gtest-1.7.0/fused-src/gtest/gtest_main.cc
/contrib/gtest-1.7.0/include
/contrib/gtest-1.7.0/m4
/contrib/gtest-1.7.0/make
/contrib/gtest-1.7.0/msvc
/contrib/gtest-1.7.0/samples
/contrib/gtest-1.7.0/scripts
/contrib/gtest-1.7.0/src
/contrib/gtest-1.7.0/test
/contrib/gtest-1.7.0/xcode
# Skip downloaded contrib files.
/contrib/rsaref
# Mac OSX
.DS_Store