forked from cfengine/masterfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (48 loc) · 784 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
52
53
# autotools stuff
Makefile
Makefile.in
stamp-h1
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.cache
/config.log
/config.status
/config.sub
/configure
/controls/3.6/update_def.cf
/controls/update_def.cf
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/libtool.m4
/m4/lt*.m4
/missing
/promises.cf
/standalone_self_upgrade.cf
/revision
/ylwrap
/test-driver
CFVERSION
CFRELEASE
# Misc.
/cf_promises_*
modules/packages/apt_get
modules/packages/yum
modules/packages/zypper
# tests
tests/acceptance/30_custom_promise_types/__pycache__/
tests/acceptance/30_custom_promise_types/cfengine.py
tests/unit/test-suite.log
tests/unit/test_package_module_apt_get.log
tests/unit/test_package_module_yum.log
# vim
.*.sw[po]
# Atom-IDE
.ropeproject
build
# Emacs
.*\.~undo-tree~
flycheck_*