]> vilimpoc.org git repositories - bl2-split/blob - .gitignore
Simultaneous launch + CAPS mouse-wiggle banner, move windows after 30s; fix kill status message
[bl2-split] / .gitignore
1 # Goldberg emulator binaries — NOT redistributed here (they emulate Steam's
2 # proprietary API). `./bl2-splitscreen.sh setup` downloads them into goldberg/.
3 /goldberg/*
4 !/goldberg/.gitkeep
5
6 # Per-player game copies, SAVE GAMES, and Wine/Proton prefixes — generated locally
7 # by `setup`/`run`, specific to each machine, and large. Never commit.
8 /p1/*
9 /p2/*
10 !/p1/.gitkeep
11 !/p2/.gitkeep
12
13 # Shared DXVK shader cache (generated)
14 /dxvk-cache/
15
16 # Logs and scratch
17 *.log