blob: 51a4acd423af2a5f4d13c28a125e0da0d186f7f9 (
plain)
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
|
# Build products
build/*
MrsWatson*.zip
**/Debug/*
**/Release/*
# Temporary files
*.swp
*~
*.o
*.obj
*.so
*.a
# Test output
out/*
out.wav
# Stuff from various IDE's
.idea/*
*.xcodeproj
nbproject/*
*.perspectivev3
*.pbxuser
*.user
*.sdf
*.opensdf
*.suo
*.log
*.tlog
*.idb
*.pdb
*.sln
*.vcxproj
*.vcxproj.filters
*.lastbuildstate
*.cbp
# Vim helpers
tags
cscope.out
# CMake
CMakeCache.txt
CMakeScripts/*
**/CMakeScripts/*
CMakeFiles
Makefile
Makefile.in
*.cmake
**/*.dir
#particular to this one
*.wav
the_walshing*
|