blob: 977d26546a33936f529e090b5df9a1a41a5a7732 [file] [log] [blame]
Ben Vanikc01a8cb2019-09-19 14:42:42 -07001# Python
2*.pyc
Phoenix Meadowlark06b0fec2020-04-01 10:12:03 -07003**/.ipynb_checkpoints/
Phoenix Meadowlarkcd5c9902020-10-22 15:57:39 -07004.pytype/
Ben Vanikc01a8cb2019-09-19 14:42:42 -07005
6# Visual Studio files
Stella Laurenzo749ce662021-09-21 18:34:26 -07007.env
Ben Vanikc01a8cb2019-09-19 14:42:42 -07008.vs/
Scott Todd0d8a6852019-10-09 14:10:44 -07009.vscode/
Ben Vanikc01a8cb2019-09-19 14:42:42 -070010*.sdf
11*.opensdf
12*.VC.opendb
13*.suo
14*.user
15
16# macOS files
17.DS_Store
18
19# CMake artifacts
20build/
Scott Toddca65b612019-10-22 13:05:57 -070021build-*/
Ben Vanikc01a8cb2019-09-19 14:42:42 -070022
23# Bazel artifacts
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080024**/bazel-*
Stella Laurenzo1178c122019-10-11 10:43:07 -070025
26# Local-only config options
Stella Laurenzod5b91272020-05-28 17:42:06 -070027configured.bazelrc
Stella Laurenzo1178c122019-10-11 10:43:07 -070028user.bazelrc
Stella Laurenzobb1de962021-01-05 08:18:33 -080029version_info.json
Stella Laurenzo74b04b72022-03-02 10:21:11 -080030CMakeUserPresets.json
Scott Toddfd323402019-11-08 09:29:07 -080031
32# Dear ImGui Ini files
33imgui.ini
Geoffrey Martin-Noble8463ef92019-11-08 10:37:16 -080034
35# Emacs autosaves
Geoffrey Martin-Noblec9a8bd72019-11-08 11:58:19 -080036*~
Geoffrey Martin-Noble745cd3d2019-12-03 10:24:52 -080037\#*\#
Lei Zhangacbf5db2020-04-13 10:50:13 -070038
39# Vim swap files
40[._]*.sw[a-p]
41
42# Source indexing files
43compile_commands.json
Lei Zhangd7cb7bb2020-07-16 12:03:08 -040044.cache/clangd
Lei Zhangacbf5db2020-04-13 10:50:13 -070045.clangd/
Lei Zhanga3b73bf2020-07-30 20:17:11 -040046
47# Pyenv files
48.python-version
Stella Laurenzob10a8952021-05-04 22:01:14 +000049*.venv
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080050.venv
Scott Todda66ff822021-01-26 15:31:21 -080051
Stella Laurenzo60128592022-04-17 21:52:09 -070052# Python deployment artifacts
53*.whl
54
Scott Todda66ff822021-01-26 15:31:21 -080055# Android Studio / Gradle files
56.cxx
57.gradle
58gradlew
59gradlew.bat
60gradle/
61local.properties
Scott Todd2bccccf2021-05-04 13:44:37 -070062
63# Generated documentation files
64mkdocs/site/
65docs/website/site/
Ben Vanik69afdd22021-07-27 13:45:25 -070066
67# Temporary files
Ben Vanik658cf6c2021-11-22 10:35:41 -080068iree/builtins/**/bin/*.ll
Geoffrey Martin-Noble439120b2022-08-08 16:23:33 -070069
70# Archive files
71*.tar
72*.tar.*
Nicolas Vasilacheed286832022-09-08 15:38:21 +020073
74# Local cache files
75llvm-external-projects/iree-dialects/.cache