From 793d3174494b091d03f10754dd6a27bb8a6a6434 Mon Sep 17 00:00:00 2001 From: Zeex Date: Mon, 2 Nov 2020 20:27:03 +0600 Subject: Add .gitignore --- .gitignore | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86728a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,73 @@ +# General +.DS_Store +Thumbs.db +._* +*.swp +*~ +*.bak +*.log* +*.core* + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# CMake +.cmake +CMakeLists.txt.user* +CMakeCache.txt +CMakeFiles +CMakeScripts +CPackConfig.cmake +CPackSourceConfig.cmake +DartConfiguration.tcl +Testing +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +# KDevelop +*.kdev4 +.kdev4/ + +# Visual Studio +.vs +.vscode +*.sln +*.suo +*.sdf + +# Makefiles (geerated by CMake) +Makefile +*.make -- cgit v1.1