15 lines
167 B
Plaintext
15 lines
167 B
Plaintext
# Ignore vim files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ignore dll cache files
|
|
*.cache
|
|
|
|
# Ignore debugging files
|
|
*.pdb
|
|
|
|
# Ignore mod settings files
|
|
Settings.xml
|
|
Railloader/ModSettings/*
|