Added helper functions, added test data files
[photo-filing.git] / .gitignore
1 *.gem
2 *.rbc
3 /.config
4 /coverage/
5 /InstalledFiles
6 /pkg/
7 /spec/reports/
8 /spec/examples.txt
9 /test/tmp/
10 /test/version_tmp/
11 /tmp/
12
13 ## Documentation cache and generated files:
14 /.yardoc/
15 /_yardoc/
16 /doc/
17 /rdoc/
18
19 ## Environment normalization:
20 /.bundle/
21 /vendor/bundle
22 /lib/bundler/man/
23
24 # for a library or gem, you might want to ignore these files since the code is
25 # intended to run in multiple environments; otherwise, check them in:
26 Gemfile.lock
27 .ruby-version
28 .ruby-gemset
29
30 # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
31 .rvmrc