10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
|
||
|
# don't commit object files or anything in bin
|
||
|
*.bin
|
||
|
*.o
|
||
|
bin/
|
||
|
|
||
|
# ...except for ass.sh, we want to include that
|
||
|
!bin/ass.sh
|
||
|
|