forked from mnunberg/jsonsl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (52 loc) · 824 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
55
56
57
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# Names of contributors must not be used to endorse or promote products
# derived from this file without specific prior written permission.
# Temp files
*~
*.bak
*.backup
\#*
.\#*
*\#
*.swp
*.sav
*.save
*.autosav
*.autosave
# Generated binaries
*.o
*.so
*.dll
*.exe
*.dylib
*.dSYM
perf/bench
perf/yajl-perftest
share
# Generated folders
## Generated binary folders
bin/
binaries/
obj/
objects/
build*/
Build*/
release*/
Release*/
dbg*/
debug*/
Debug*/
## Generated documentation
/doc/
docs/
documentation/
Documentation/
doc-html/
# Tests
tests/jpr_test
tests/api_test
tests/json_test
tests/unescape
tests/cxxtest