diff --git a/.gitignore b/.gitignore index 31e6be88..a4c29489 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/local_machine_options.iff b/local_machine_options.iff deleted file mode 100644 index d90d8e37..00000000 Binary files a/local_machine_options.iff and /dev/null differ