-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (56 loc) · 705 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (56 loc) · 705 Bytes
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
*.o
*~
.*.sw*
.autoclean
.deps/
.version
Makefile
Makefile.in
Makefile.am
aclocal.m4
autom4te.cache/
build.ninja
configure
config.guess
config.h
config.log
config.status
config.sub
compile
depcomp
.dirstamp
install-sh
missing
.ninja_deps
.ninja_log
sipp
sipp.1
sipp-*.tar.gz
sipp_unittest
stamp-h1
test-driver
*.log
*.csv
vim_ctags
compile_commands.json
.*.sw?
stamp-h.in
*.orig
*.rej
*.patch
compile_commands.json
/build*/
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
cmake_install.cmake
cmake_test_*.json
/sipp_unittest*.cmake
# Ignore *.xml in root dir, but not in regression tests dir.
/*.xml
# Sphinx build
/docs/_build
*.pyc
# Ignore autogenerated version.h.
/include/version.cmake
/version.h