blob: cb9d239ec864b82cb59438661f723f80e4ec19ba [file] [log] [blame]
Ben Vanikc01a8cb2019-09-19 14:42:42 -07001# Python
2*.pyc
Phoenix Meadowlark06b0fec2020-04-01 10:12:03 -07003**/.ipynb_checkpoints/
Ben Vanikc01a8cb2019-09-19 14:42:42 -07004
5# Visual Studio files
6.vs/
Scott Todd0d8a6852019-10-09 14:10:44 -07007.vscode/
Ben Vanikc01a8cb2019-09-19 14:42:42 -07008*.sdf
9*.opensdf
10*.VC.opendb
11*.suo
12*.user
13
14# macOS files
15.DS_Store
16
17# CMake artifacts
18build/
Scott Toddca65b612019-10-22 13:05:57 -070019build-*/
Ben Vanikc01a8cb2019-09-19 14:42:42 -070020
21# Bazel artifacts
Scott Todd056fca22019-10-15 15:57:49 -070022/bazel-*
Stella Laurenzo1178c122019-10-11 10:43:07 -070023
24# Local-only config options
Stella Laurenzod5b91272020-05-28 17:42:06 -070025configured.bazelrc
Stella Laurenzo1178c122019-10-11 10:43:07 -070026user.bazelrc
Scott Toddfd323402019-11-08 09:29:07 -080027
28# Dear ImGui Ini files
29imgui.ini
Geoffrey Martin-Noble8463ef92019-11-08 10:37:16 -080030
31# Emacs autosaves
Geoffrey Martin-Noblec9a8bd72019-11-08 11:58:19 -080032*~
Geoffrey Martin-Noble745cd3d2019-12-03 10:24:52 -080033\#*\#
Lei Zhangacbf5db2020-04-13 10:50:13 -070034
35# Vim swap files
36[._]*.sw[a-p]
37
38# Source indexing files
39compile_commands.json
40.clangd/