forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
121 lines (106 loc) · 2.31 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated files #
###################
*.pyc
*.specs
*.cm*
*.o
*~
*.swp
*.annot
*.class
*.log
*.orig
*.rej
# Directories generated by Ocamlbuild
_build
# autoconf-generated stuff
/acinclude.m4
/aclocal.m4
/autom4te.cache
/config.status
/configure
/Makefile.config
/Makefile
/infer/Makefile
/infer/models/Makefile
/infer/models/c/Makefile
/infer/models/cpp/Makefile
/infer/models/java/Makefile
/infer/models/objc/Makefile
/infer/src/Makefile
# 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 files
ocaml.prefs
/infer/.paths
/infer/src/.paths
org.eclipse.core.resources.prefs
# Arcanist
/arcanist/.phutil_module_cache
# MacOS generated files
.DS_Store
# Directories and files generated by Infer
*.o.astlog
*.o.sh
*.o.bdump
*.o.biniou
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/InferLLVM
/infer/bin/InferPrint
/infer/bin/Typeprop
/infer/src/backend/version.ml
/infer/models/java/models/
/infer/models/java/models.jar
/infer/lib/java/models.jar
/infer/models/java/bootclasspath
/infer/models/c/out/
/infer/models/cpp/out/
/infer/models/objc/out/
/infer/lib/specs/c_models
/infer/lib/specs/cpp_models
/infer/lib/specs/objc_models
/infer/lib/specs/clean_models
/scripts/checkCopyright
/infer/etc/clang_ast.dict
#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_b.ml
/infer/src/clang/clang_ast_b.mli
/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/src/clang/clang_ast_v.ml
/infer/src/clang/clang_ast_v.mli
/infer/src/clang/clang_ast_visit.ml
/infer/src/clang/clang_ast_main.ml
/infer/annotations/annot_classes/
/infer/annotations/annotations.jar
/infer/annotations/processor_classes/
/infer/lib/java/processor.jar
infer/src/.project