forked from wikimedia/operations-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (38 loc) · 743 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
# Puppet's repository shouldn't have any editor backup files
*~
# Ignore .project (for eclipse/geppetto)
.project
# vim swap files are unwanted
*.sw?
# Compiled Python files are useless
*.pyc
/private/
# Automatically generated documentation and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns
# ctags generated file (see `rake tags`)
/tags
# local ruby configuration
/.rbenv-version
.ruby-version
/Gemfile.lock
/.bundle/
# python venv wrapper + test artifacts
**/.tox
**/.coverage
# Jetbrain's IDEA editor settings
/.idea
*.iml
# Vagrant directory
.vagrant
# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db
# XXX Pontoon hacks
hieradata/auto.yaml
# files created by shared spec_helper
/spec/fixtures