From 88ef8bff0b8815f4e23ae37d934be3773ee87f9b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 22 Jul 2024 18:29:43 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 132 ++++++----------------------------------------------- 1 file changed, 14 insertions(+), 118 deletions(-) diff --git a/.gitignore b/.gitignore index fde0ab90..42604786 100644 --- a/.gitignore +++ b/.gitignore @@ -1,120 +1,16 @@ -# This file is used to ignore files which are generated -# ---------------------------------------------------------------------------- - -# Build -build/ -bin/ - -# CMake -CMakeLists.txt.user -CMakeCache.txt -CMakeFiles -CMakeScripts -Makefile* -Testing -cmake_install.cmake -install_manifest.txt -compile_commands.json -CTestTestfile.cmake -_deps - -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.so.* -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - -# Dump files -*.core -*.stackdump - -# Qt -*build-* -moc_*.cpp -moc_*.h -qrc_*.cpp -ui_*.h -*.moc -*.qm - -# Temporary files -*~ -*.autosave -*.orig -*.rej -.*.kate-swp -.swp.* -.*.swp -*.flc - -# Directory files -.directory -.DS_Store -Thumbs.db - -# MinGW generated files -*.Debug -*.Release - -# Package files -*.spec -*.nsi -*.plist - -# Stuff in dist -maketarball.sh -changelog - -# Translations -translations.pot -zanata.xml -.zanata-cache/ - -# QtCreator -CMakeLists.txt.user* -*.pro.user -*.pro.user.* -*creator.user* -target_wrapper.* -compile_commands.json - -*.kdev4 -*.vscode -*.code-workspace -*.sublime-workspace - -# MSVC -CMakeSettings.json +/build +/bin +/CMakeLists.txt.user +/.kdev4 +/strawberry.kdev4 +/.vscode +/.code-workspace +/.sublime-workspace +/.idea /.vs /out - -# CLion -/.idea +/CMakeSettings.json +/dist/scripts/maketarball.sh +/dist/unix/strawberry.spec +/dist/windows/strawberry.nsi +src/translations/translations.pot