diff options
Diffstat (limited to 'EASTL/.gitignore')
-rw-r--r-- | EASTL/.gitignore | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/EASTL/.gitignore b/EASTL/.gitignore new file mode 100644 index 0000000..92749f4 --- /dev/null +++ b/EASTL/.gitignore @@ -0,0 +1,50 @@ +tags +cscope.out +**/*.swp +**/*.swo +.swp +*.swp +.swo +.TMP +-.d +eastl_build_out +build_bench +bench.bat +build.bat +.p4config + +## CMake generated files +CMakeCache.txt +cmake_install.cmake + +## Patch files +*.patch + +## For Visual Studio Generated projects +*.sln +**/*.vcxproj +**/*.vcxproj.filters +*.VC.opendb +*.sdf +**/*.suo +**/*.user +.vs/* +**/Debug/* +CMakeFiles/* +EASTL.dir/** +RelWithDebInfo/* +Release/* +Win32/* +x64/* +MinSizeRel/* +build*/* +Testing/* +%ALLUSERSPROFILE%/* + +# Buck +/buck-out/ +/.buckd/ +/buckaroo/ +.buckconfig.local +BUCKAROO_DEPS +.vscode/settings.json |