# .gitignore # 首先忽略所有的文件 * # 但是不忽略目录 !*/ # 忽略一些指定的目录名 ut/ # 不忽略下面指定的文件类型 !*.c++ !*.cc !*.cp !*.cpp !*.cxx !*.h !*.lib !*.h++ !*.hh !*.hp !*.hpp !*.hxx !*.C !*.H !*.c # Full client drops under GameClients (CN 1602 + KR unpacked Data/System) !GameClients/ !GameClients/**/ !GameClients/**/* # Packed archives stay off git (too large). Use unpacked Data/System/Sound. *.wpk GameClients/**/*.wpk