-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (51 loc) · 997 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
54
55
56
57
58
59
60
61
/**/*
# TODO: Remove tcp.sh file.
!/.gitignore
!/.gitmodules
!/CMakelists.txt
!/README.md
!/.clang-format
!/.clang-tidy
!/tcp.sh
!/requirements.txt
!/conda_requirements.txt
!/icon.png
!/icon.svg
!/logo.png
!/logo.svg
!/configure_build.sh
!/dummy.npy
!/dummy.onnx
!/dummy.pkl
!/fim_config.xml
!/.github/
!/.github/CODEOWNERS
!/.vscode/
!/.vscode/settings.json
!/sam-cli-tools/
!/sam-cli-tools/**/*
!/sam-engine/
!/sam-engine/**/*
!/tests/
!/tests/**/*
!/sam-console/
!/sam-console/**/*
!/resources/
!/resources/asu_logo.png
!/resources/asu_eng_logo.png
!/resources/scripts/
!/resources/scripts/*.py
!/resources/platforms/
!/resources/platforms/windows/
!/resources/platforms/windows/favicon.ico
!/misc/
!/misc/scripts/
!/misc/scripts/make_icons.sh
# Not all externals are included, only the ones that we fetch through git submodules.
!/externals/
!/externals/pybind11/
!/externals/pybind11/**/*
!/externals/googletest/
!/externals/googletest/**/*
!/externals/lief/
!/externals/lief/**/*