Merge pull request #217 from cheekyhalf/master
[ceph-cookbooks.git] / chefignore
1 # Put files/directories that should be ignored in this file when uploading
2 # or sharing to the community site.
3 # Lines that start with '# ' are comments.
4
5 # OS generated files #
6 ######################
7 .DS_Store
8 Icon?
9 nohup.out
10 ehthumbs.db
11 Thumbs.db
12
13 # SASS #
14 ########
15 .sass-cache
16
17 # EDITORS #
18 ###########
19 \#*
20 .#*
21 *~
22 *.sw[a-z]
23 *.bak
24 REVISION
25 TAGS*
26 tmtags
27 *_flymake.*
28 *_flymake
29 *.tmproj
30 .project
31 .settings
32 mkmf.log
33
34 ## COMPILED ##
35 ##############
36 a.out
37 *.o
38 *.pyc
39 *.so
40 *.com
41 *.class
42 *.dll
43 *.exe
44 */rdoc/
45
46 # Testing #
47 ###########
48 .watchr
49 .rspec
50 spec/*
51 spec/fixtures/*
52 test/*
53 features/*
54 examples/*
55 Guardfile
56 Procfile
57
58 # SCM #
59 #######
60 .git
61 */.git
62 .gitignore
63 .gitmodules
64 .gitconfig
65 .gitattributes
66 .svn
67 */.bzr/*
68 */.hg/*
69 */.svn/*
70
71 # Berkshelf #
72 #############
73 Berksfile
74 Berksfile.lock
75 cookbooks/*
76 tmp
77
78 # Cookbooks #
79 #############
80 CONTRIBUTING
81 CHANGELOG*
82
83 # Strainer #
84 ############
85 Colanderfile
86 Strainerfile
87 .colander
88 .strainer
89
90 # Vagrant #
91 ###########
92 .vagrant
93 Vagrantfile
94
95 # Travis #
96 ##########
97 .travis.yml
98 test/
99 spec/
100 examples/