Skip to main content
summaryrefslogtreecommitdiffstats
blob: c603715242b996dc24c2b72dcda9f340416ab19d (plain) (blame)
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
# ignore various emacs droppings
*~
\#*\#

# agent
agent/*.ncb
agent/*.opt
agent/*.plg
agent/*.user
agent/*.suo
agent/*.sdf
agent/*.opensdf
agent/obj
agent/ipch
agent/vc++

# cmake/
agent/cmake/msvc-debug
agent/cmake/msvc-release
agent/cmake/gcc-release
agent/cmake/gcc-debug

# server/
server/obj
server/*.ncb
server/*.opt
server/*.plt
server/*.suo
server/*.user

# examples/daytime/
examples/daytime/obj

# tests/mem-leaks/
tests/mem-leaks/obj
tests/mem-leaks/*.ncb
tests/mem-leaks/*.opt
tests/mem-leaks/*.plt
tests/mem-leaks/*.suo
tests/mem-leaks/*.user

# tests/test-dwarf/
tests/test-dwarf/obj
tests/test-dwarf/*.ncb
tests/test-dwarf/*.opt
tests/test-dwarf/*.plt
tests/test-dwarf/*.suo
tests/test-dwarf/*.user

# tests/cmd-line/
tests/cmd-line/obj
tests/cmd-line/*.ncb
tests/cmd-line/*.opt
tests/cmd-line/*.plt
tests/cmd-line/*.suo
tests/cmd-line/*.user

Back to the top