forked from C5T/Current
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (43 loc) · 815 Bytes
/
.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
.current
.current_*
.current_*.*
node_modules
# Autogenerated by `make` in directories where `Makefile` is a symlink to `MakefileWithCurrentBuild`.
current_build.h
current_build.h.*
core
*.h.gch
.exrc
*~
*.o
*.a
*.swp
a.out
# Full test: Keep the Bricks one, ignore the rest.
# TODO(dkorolev): Keep the top-level `zzz_full_test` too.
zzz_full_test/**/everything.dSYM
Bricks/**/everything
Bricks/**/everything.dSYM
zzz_full_test/
CompactTSV/zzz_full_test/
EventCollector/zzz_full_test/
FnCAS/zzz_full_test/
Sherlock/zzz_full_test/
# Coverage report.
coverage
coverage0.info
coverage.info
*.gcov
*.gcda
*.gcno
# Microsoft Visual Studio files.
*.suo
# Some say `*.sdf` should not be `.gitignore`-d, but I'm not carrying 50+MB into this repo. -- D.K.
*.sdf
*.sln.cache
.vs/
Thumbs.db
*.user
Debug
Release
x64