forked from openitu/STL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (92 loc) · 1.31 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
91
92
93
94
95
96
97
98
99
# Generic rules
*~
*.bak
*old
*.org
*.swp
*.log
*.tmp
[Bb]in/
# Generated test files
*05g10.*
*.[am]16
*.[am]24
*.[am]32
*.[am]40
*[0-5t].[bfs]er
file[1-5].txt
*.flt
*.hqp
*bin.f*.out
*sptst*
*md[1-3]
*.proc
*c.raw
*.rec
sine*.[aqru]*
sine*.l
!sine*.unx
src/eid/sta
*.smp
!*sample.[LR].32k.1ch.smp
*[0-9].sta
sweep.[aru]*
*temp*
*testg712*
*.tst
!*voic*.tst
src/g722/test_data/inpsp.bs
src/g722/test_data/outsp.e-d
src/g727/test_data/rn54_a.out
src/is54/test_data/voice-pf.bec
src/is54/test_data/voice-pf.rek
src/is54/test_data/voice.bbs
src/is54/test_data/voice.bec
src/is54/test_data/voice.hbs
!src/is54/test_data/voice.log
src/is54/test_data/voice.rek
src/sv56/test_data/voice.prc
src/sv56/test_data/voice.rms
src/unsup/test_data/astrip.blk
src/unsup/test_data/undo.txt
src/utl/test_data/voice.rnp
src/utl/test_data/voice.rou
src/utl/test_data/voice.tru
src/unsup/test_data/v.uue
src/unsup/test_data/v01.uue
# CMake generated files
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
# LaTeX files
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
manual/Latex/*.out
manual/LaTeX/*.pdf
*.synctex.gz
*.toc
# Visual Studio
*.suo
*.user
*.userosscache
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Oo]bj/
[Ll]og/
.vs/
*vcxproj*
*.sln*