mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[ci skip] Enhanced .gitignore
* Removes the generated files from both CMake and VS
This commit is contained in:
parent
3e98e60877
commit
1cdf507b9f
17
.gitignore
vendored
17
.gitignore
vendored
@ -37,4 +37,19 @@ perl/
|
||||
submodules/*
|
||||
cmake-build-debug/
|
||||
|
||||
.nfs.*
|
||||
.nfs.*
|
||||
|
||||
# Visual Studio and CMAKE Generated Files
|
||||
/.vs/
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
*.cmake
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.sln
|
||||
*.dir/
|
||||
libs/
|
||||
bin/
|
||||
/Win32
|
||||
/client_files/**/CMakeFiles/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user