diff options
Diffstat (limited to 'thirdparty/cpr/.gitignore')
| -rw-r--r-- | thirdparty/cpr/.gitignore | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/thirdparty/cpr/.gitignore b/thirdparty/cpr/.gitignore deleted file mode 100644 index 5dd51118d..000000000 --- a/thirdparty/cpr/.gitignore +++ /dev/null @@ -1,61 +0,0 @@ -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - -# CMake -CMakeCache.txt -CMakeFiles -Makefile -cmake_install.cmake -install_manifest.txt - -# Custom -build/ -!nuget/build - -# Jekyll stuff -_includes/ -_site/ - -# Vim -.ycm_extra_conf.py* -*.swp - -# VSCode -.vscode/ -.vs/ - -# clangd -.cache/ - -# compilation database -# used in various editor configurations, such as vim & YcM -compile_commands.json - -# macOS -.DS_Store |