Turns out I shouldn't have tracked this one

The client will edit this file on its own, so I'm removing it in order to avoid any potential future merge conflicts
This commit is contained in:
Tekaoh
2020-11-04 14:24:58 -05:00
parent aa39b138c4
commit 83faf52421
2 changed files with 30 additions and 27 deletions

57
.gitignore vendored
View File

@@ -1,27 +1,30 @@
// Ignore some directories that aren't client assets
miles/
mozilla/
profiles/
screenshots/
// Ignore some text files generated by the client
characterlist_*.txt
ui.log
// Ignore tables of contents. These are in the client zip
*.toc
// Ignore tree files EXCEPT any specifically created by the SWG Source project
*.tre
!swgsource_3.0.tre
// Ignore some cfg files that the player (or SwgClientSetup_r.exe) might like to edit
live.cfg
login.cfg
options.cfg
preload.cfg
user.cfg
// Ignore stuff for interacting with the repository
PortableGit/
UpdateSwgClient.bat
// Ignore some directories that aren't client assets
miles/
mozilla/
profiles/
screenshots/
// Ignore some text files generated by the client
characterlist_*.txt
ui.log
// Ignore tables of contents. These are in the client zip
*.toc
// Ignore tree files EXCEPT any specifically created by the SWG Source project
*.tre
!swgsource_3.0.tre
// Ignore some cfg files that the player (or SwgClientSetup_r.exe) might like to edit
live.cfg
login.cfg
options.cfg
preload.cfg
user.cfg
// Ignore a file that the client will want to edit
local_machine_options.iff
// Ignore stuff for interacting with the repository
PortableGit/
UpdateSwgClient.bat

Binary file not shown.