-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (36 loc) · 804 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
# Usage guidelines
#
# A set of global Git ignores. This file is open-sourced.
# If you want to add some local paths, please add a .gitignore inside the project/directory where the files reside.
# General
*.log
*.orig
*.hprof
# IntelliJ IDEA
.attach_pid*
.idea
/.shelf/
# VSCode
*.code-workspace
.devcontainer
.vscode
# Python
.mypy_cache/
*.pyc
# Stratosphere
*.local.runconf
profiles/*local.conf
# Used when project is imported from bsp
.bsp
generated-obt
stale_outputs_checked
/test-output/
# briefly present when formatting scala files using the git pre-commit hook
diff-file.txt
diff-chunked.txt
# TODO (OPTIMUS-41799): fix zinc + jcstress and remove this
*_jcstress.java
# configuration file that should never go to codetree
mischief.obt
# EOF
# See top of file for .gitignore guidelines.