forked from cylc/cylc-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (35 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
# python bytecode
*.pyc
# Generated documentation files.
# - User Guide.
doc/src/cylc-user-guide/pdf
doc/src/cylc-user-guide/html
doc/src/cylc-user-guide/commands.tex
doc/src/cylc-user-guide/cylc-version.txt
# - Suite Design Guide.
doc/src/suite-design-guide/*.aux
doc/src/suite-design-guide/*.out
doc/src/suite-design-guide/*.pdf
doc/src/suite-design-guide/*.log
doc/src/suite-design-guide/*.toc
# Installed docs.
doc/install/
# VERSION FILE
VERSION
# vim backup files
*.swp
# emacs backup files
*~
# ordereddict-0.4.5 build
ext/ordereddict-0.4.5/build
# site configuration and processed configuration
conf/job-init-env.sh
conf/global.rc*
conf/siterc
conf/*/*.rc.processed
# processed suite definitions
*.rc.processed
# suite passphrases
passphrase
# profiling
.profiling