diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-18 08:23:45 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-18 08:23:45 +0200 |
| commit | 41cc598c501ee190385c041b2149eae228b24741 (patch) | |
| tree | ced1eb7fdad3d113e1387ed2699653bacead8240 | |
| parent | 91189d5940bcd7808069eef6cb53671c6f42fd61 (diff) | |
MHR-3: initial commit.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .svnignore | 221 |
2 files changed, 0 insertions, 223 deletions
@@ -1,7 +1,5 @@ syntax: glob -.svn - .cmake/ .qtc_clangd/ CMakeCache.txt diff --git a/.svnignore b/.svnignore deleted file mode 100644 index 74daf462..00000000 --- a/.svnignore +++ /dev/null @@ -1,221 +0,0 @@ -syntax: glob - -.git - -.cmake/ -.qtc_clangd/ -CMakeCache.txt -CMakeFiles/ -build.ninja -cmake_install.cmake -qtcsettings.cmake - -LOOK.CSS - -x86_64/ - -*.epm -*.app - -*.com -*.log -*.slo -*.lo -*.o -*.a -*.la -*.lai -*.so -*.so.* -*.dll -*.dylib - -build - -# Qt-es -object_script.*.Release -object_script.*.Debug -*_plugin_import.cpp -/.qmake.cache -/.qmake.stash -*.pro.user -*.pro.user.* -*.qbs.user -*.qbs.user.* -*.moc -moc_*.cpp -moc_*.h -qrc_*.cpp -ui_*.h -*.qmlc -*.jsc -*build-* -*.qm -*.prl - -# Qt unit tests -target_wrapper.* - -# QtCreator -*.autosave - -# QtCreator Qml -*.qmlproject.user -*.qmlproject.user.* - -# QtCreator CMake -CMakeLists.txt.user* - -# QtCreator 4.8< compilation database -compile_commands.json - -# QtCreator local machine specific files for imported projects -*creator.user* - -*_qmlcache.qrc - - -CMakeLists.txt.user - -limine-deploy - -.DS_Store - -### Eclipse ### -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -.vscode/settings.json - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# PyDev specific (Python IDE for Eclipse) -*.pydevproject - -# CDT-specific (C/C++ Development Tooling) -.cproject - -# CDT- autotools -.autotools - -# Java annotation processor (APT) -.factorypath - -# PDT-specific (PHP Development Tools) -.buildpath - -# sbteclipse plugin -.target - -# Tern plugin -.tern-project - -# TeXlipse plugin -.texlipse - -# STS (Spring Tool Suite) -.springBeans - -# Code Recommenders -.recommenders/ - -# Annotation Processing -.apt_generated/ -.apt_generated_test/ - -# Scala IDE specific (Scala & Java development for Eclipse) -.cache-main -.scala_dependencies -.worksheet - -# Uncomment this line if you wish to ignore the project description file. -# Typically, this file would be tracked if it contains build/dependency configurations: -#.project - -### Eclipse Patch ### -# Spring Boot Tooling -.sts4-cache/ - -# End of https://www.toptal.com/developers/gitignore/api/eclipse - -# Prerequisites -*.d - -.vs/ -.idea/ -*.out -*.iso - -# Object files -*.bin -*.o -*.ko -*.obj -*.elf -*.sys - -*.fd -*.EFI - -# Launch executable -*.iso -*.img - -# Linker output -*.ilk -*.map -*.exp - -# Precompiled Headers -*.gch -*.pch - -# Libs -*.lib -*.a -*.la -*.lo - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex - -# Debug files -*.dSYM/ -*.su -*.idb -*.pdb - -# Dyld Module Compile Results -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf - -.fleet/ |
