mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
c25cdfee2b
* Add clangd directory to gitignore * Remove references to TOPAZ_ from #ifdefs We missed these in the migration.
32 lines
318 B
Plaintext
32 lines
318 B
Plaintext
# commonly generated files
|
|
*.pyc
|
|
*~
|
|
.*.sw?
|
|
.DS_Store
|
|
.ccls-cache
|
|
.classpath
|
|
.clangd/
|
|
.cproject
|
|
.dart_tool
|
|
.gdb_history
|
|
.checkstyle
|
|
.gdbinit
|
|
.landmines
|
|
.packages
|
|
.project
|
|
.pub
|
|
.pydevproject
|
|
compile_commands.json
|
|
cscope.*
|
|
Session.vim
|
|
tags
|
|
Thumbs.db
|
|
.idea
|
|
pubspec.lock
|
|
.vscode/
|
|
docs/doxygen/
|
|
xcuserdata
|
|
|
|
third_party/gn/
|
|
|