CUDA
This commit is contained in:
+11
-1
@@ -34,9 +34,18 @@ Makefile
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
|
||||
# Generated searches, checkpoints, reports, and logs
|
||||
# Machine-local runtime files
|
||||
/runtime/
|
||||
|
||||
# Search checkpoints under results/search are intentionally tracked so that
|
||||
# disjoint topology ranges merge through Git. These files are derived locally.
|
||||
/results/search/leaderboard.tsv
|
||||
/results/search/run.log
|
||||
/results/search/runs/**/run.log
|
||||
/results/search/**/*.tmp
|
||||
/results/search/**/*.tmp.*
|
||||
/results/search/**/*.partial
|
||||
|
||||
# Python cache and virtual environments
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
@@ -47,6 +56,7 @@ venv/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
*.lnk
|
||||
|
||||
# Wavefront .obj files are research data in this repository and are intentionally
|
||||
# not ignored globally.
|
||||
|
||||
Reference in New Issue
Block a user