blob: b61afb451912341c14f4b33052e96bad35bd3a2b [file] [log] [blame]
Ben Vanikc01a8cb2019-09-19 14:42:42 -07001# Python
Scott Toddfe9cb172022-12-08 09:17:52 -08002.env
Ben Vanikc01a8cb2019-09-19 14:42:42 -07003*.pyc
Phoenix Meadowlark06b0fec2020-04-01 10:12:03 -07004**/.ipynb_checkpoints/
Phoenix Meadowlarkcd5c9902020-10-22 15:57:39 -07005.pytype/
Geoffrey Martin-Nobled985a1b2022-12-20 10:06:38 -08006**/__pycache__/**
Ben Vanikc01a8cb2019-09-19 14:42:42 -07007
8# Visual Studio files
9.vs/
Scott Todd0d8a6852019-10-09 14:10:44 -070010.vscode/
Ben Vanikc01a8cb2019-09-19 14:42:42 -070011*.sdf
12*.opensdf
13*.VC.opendb
14*.suo
15*.user
bjacobd0dac3f2023-10-16 16:55:42 -040016*.code-workspace
Ben Vanikc01a8cb2019-09-19 14:42:42 -070017
18# macOS files
19.DS_Store
20
21# CMake artifacts
22build/
Scott Toddca65b612019-10-22 13:05:57 -070023build-*/
Stella Laurenzoe6c71762023-11-28 17:27:33 -080024Testing/
Ben Vanikc01a8cb2019-09-19 14:42:42 -070025
26# Bazel artifacts
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080027**/bazel-*
Stella Laurenzo1178c122019-10-11 10:43:07 -070028
Scott Toddaf171c52023-10-31 16:43:22 -070029# Executables
30*.exe
31*.out
32
Stella Laurenzo1178c122019-10-11 10:43:07 -070033# Local-only config options
Stella Laurenzod5b91272020-05-28 17:42:06 -070034configured.bazelrc
Stella Laurenzo1178c122019-10-11 10:43:07 -070035user.bazelrc
Stella Laurenzobb1de962021-01-05 08:18:33 -080036version_info.json
Stella Laurenzo74b04b72022-03-02 10:21:11 -080037CMakeUserPresets.json
Scott Toddfd323402019-11-08 09:29:07 -080038
39# Dear ImGui Ini files
40imgui.ini
Geoffrey Martin-Noble8463ef92019-11-08 10:37:16 -080041
42# Emacs autosaves
Geoffrey Martin-Noblec9a8bd72019-11-08 11:58:19 -080043*~
Geoffrey Martin-Noble745cd3d2019-12-03 10:24:52 -080044\#*\#
Lei Zhangacbf5db2020-04-13 10:50:13 -070045
46# Vim swap files
47[._]*.sw[a-p]
48
49# Source indexing files
50compile_commands.json
Lei Zhangd7cb7bb2020-07-16 12:03:08 -040051.cache/clangd
Lei Zhang8ca883f2023-11-03 21:05:27 -070052
53# Language server configuration files
54.clangd
Lei Zhanga3b73bf2020-07-30 20:17:11 -040055
56# Pyenv files
57.python-version
Stella Laurenzob10a8952021-05-04 22:01:14 +000058*.venv
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080059.venv
Scott Todda66ff822021-01-26 15:31:21 -080060
Stella Laurenzo60128592022-04-17 21:52:09 -070061# Python deployment artifacts
62*.whl
Stella Laurenzo86904f02023-08-11 15:36:52 -070063*.egg-info
Stella Laurenzo60128592022-04-17 21:52:09 -070064
Scott Todda66ff822021-01-26 15:31:21 -080065# Android Studio / Gradle files
66.cxx
67.gradle
68gradlew
69gradlew.bat
70gradle/
71local.properties
Scott Todd2bccccf2021-05-04 13:44:37 -070072
73# Generated documentation files
74mkdocs/site/
75docs/website/site/
Ben Vanik69afdd22021-07-27 13:45:25 -070076
77# Temporary files
Ben Vanik658cf6c2021-11-22 10:35:41 -080078iree/builtins/**/bin/*.ll
Stanley Winataebdb0982023-10-15 18:21:47 -070079artifacts/
Geoffrey Martin-Noble439120b2022-08-08 16:23:33 -070080
81# Archive files
82*.tar
83*.tar.*
Nicolas Vasilacheed286832022-09-08 15:38:21 +020084
Jonathan DEKHTIAR4880d002023-04-19 23:39:11 -040085# VS Code DevContainer
86.devcontainer/docker-compose.yml
87
Nicolas Vasilacheed286832022-09-08 15:38:21 +020088# Local cache files
89llvm-external-projects/iree-dialects/.cache
Kunwar Groverb1263d12023-10-13 01:45:43 +053090
91# pkgci artifacts
92artifacts/
Benoit Jacob2a469952024-02-09 11:46:36 -050093
94# Side effects of local patching/merging
95*.orig
96*.rej