forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
92 lines (78 loc) · 1.57 KB
/
.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated files #
###################
*.pyc
*.specs
*.cm*
*.o
*~
*.swp
*.annot
*.class
*.log
*.orig
*.rej
# Directories generated by Ocamlbuild
_build
# IntelliJ files
scripts/.idea/
infer/tests/.idea/dictionaries
infer/tests/.idea/inspectionProfiles
infer/tests/.idea/tasks.xml
infer/tests/.idea/uiDesigner.xml
infer/tests/.idea/workspace.xml
infer/tests/.idea/misc.xml
infer/tests/.idea/runConfigurations
infer/tests/.idea/copyright/profiles_settings.xml
# Eclipse settings file
.project
.cproject
.paths
.pydevproject
.settings/
.classpath
# Arcanist
/arcanist/.phutil_module_cache
# MacOS generated files
.DS_Store
# Directories and files generated by Infer
infer-out/
*.o.astlog
*.o.sh
infer-sources.tar.gz
infer-osx-*.tar.xz
infer-linux64-*.tar.xz
# Directories generated by buck
buck-out/
.buckd/
#other
/infer/bin/InferAnalyze
/infer/bin/InferClang
/infer/bin/InferJava
/infer/bin/InferPrint
/infer/bin/Typeprop
/infer/src/backend/version.ml
infer/models/java/models/
infer/lib/java/models.jar
infer/models/java/bootclasspath
infer/lib/specs/c_models
infer/lib/specs/cpp_models
infer/lib/specs/objc_models
infer/lib/specs/clean_models
dependencies/clang-plugin/clang-plugin-version.done
include/
share/
#atdgen stubs
infer/src/backend/jsonbug_*
# intelliJ files
.idea
*.iml
/infer/src/backend/.projectSettings
infer/models/out/
/infer/_build-infer/
/infer/src/clang/clang_ast_j.ml
/infer/src/clang/clang_ast_j.mli
/infer/src/clang/clang_ast_proj.ml
/infer/src/clang/clang_ast_proj.mli
/infer/src/clang/clang_ast_t.ml
/infer/src/clang/clang_ast_t.mli
/infer/annotations/annotations.jar