forked from hashicorp/vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 729 Bytes
/
.gitignore
File metadata and controls
46 lines (40 loc) · 729 Bytes
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
# OS-specific
.DS_Store
# Vagrant stuff
acceptance_config.yml
boxes/*
test/buildbot/config.cfg
test/buildbot/env
test/buildbot/master/http.log
test/buildbot/master/master.cfg.sample
test/buildbot/master/twistd.log
test/buildbot/master/twistd.pid
test/buildbot/master/state.sqlite
test/buildbot/master/osx-*/
test/buildbot/master/linux-*/
test/buildbot/master/win-*/
test/buildbot/slave/twistd.hostname
test/buildbot/slave/twistd.log
test/buildbot/slave/twistd.pid
test/buildbot/slave/osx-*/
test/buildbot/slave/linux-*/
test/buildbot/slave/win-*/
Vagrantfile
.vagrant
# Bundler/Rubygems
.bundle
pkg/*
tags
Gemfile.lock
test/tmp/
# Documentation
_site/*
.yardoc/
doc/
# Python
*.pyc
# Rubinius
*.rbc
# IDE junk
.idea/*
*.iml