summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c0b46c8099687fbb06d26a5ad0530d3623705f0f (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
57
58
# 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

# Non-redistributable third-party
vendor/vstsdk2.4/*

# Vim helpers
tags
cscope.out

# CMake
CMakeCache.txt
CMakeScripts/*
**/CMakeScripts/*
CMakeFiles
Makefile
Makefile.in
*.cmake
**/*.dir
#particular to this one
*.wav
the_walshing*