summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 188e2f9555c130cfd778a823e52b99199c6c6dc9 (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
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/.yardoc/
/_yardoc/
/doc/
/rdoc/
/.bundle/
Gemfile.lock
.ruby-version
.ruby-gemset
.rvmrc

## skip compiled library, but keep the directory structure
/lib/libyajl2/vendored-libyajl2/lib
/lib/libyajl2/vendored-libyajl2/include/yajl
!/lib/libyajl2/vendored-libyajl2/lib/.gitkeep
!/lib/libyajl2/vendored-libyajl2/include/yajl/.gitkeep

.kitchen