diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-21 20:23:15 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-21 20:23:15 +0100 |
| commit | a133c71c22b8f9576bfc667f000c7c764d4505c8 (patch) | |
| tree | 03b3edef5ebf7e0182b4ae73cd5d38c370ed947c /.gitignore | |
ADD: NeKernel Toolchain 0.0.9 (Beta Release)
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 251 |
1 files changed, 251 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8730d7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,251 @@ +.metadata +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +tools/asm +tools/ld64 +tools/tqcc + +*.pp +*.masm +*.creator.user + +Examples/ + +# ZkaOS/MP-UX executable +*.exec +*.bin + +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar +.mvn/wrapper/maven-wrapper.jar + +# Eclipse m2e generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +*.ae +*.dsk + +*.cdfs + +Drivers/Output/Tests/*.masm + +Output/32link +Output/64asm +Output/64link +Output/64x0-cc +Output/bpp +Output/cplusplus +Output/i64asm +Output/i64link +Output/link +Output/power-cc +Output/ppc-cc +Output/power-as +Output/ppclink + +.vs + +docs/html +docs/latex +docs/doxygen + +*.pc +*.cmake + +# 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 + +*.xar + +.qtc_clangd/ +Cloud9.creator.user + +.project +.cproject +.settings/org.eclipse.cdt.codan.core.prefs +.settings/org.eclipse.core.resources.prefs +.settings/org.eclipse.core.runtime.prefs + +# HDD +*.hdd + +html/ +latex/ + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.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 + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + +.DS_Store + +## Cloud9 Bootable Init (System V Linux ELF) +*.boot + +## NetBeans +**/nbproject/private/ +**/nbproject/Makefile-*.mk +**/nbproject/Package-*.bash +build/ +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ + +## Intellij +.idea/ + +## VSCode +.vscode/settings.json + +libgl/ + +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +# The C/C++ compiler. +mcc +mpcc +mpc++ |
