mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
18 Commits
e2b514563d
...
55f8d3d18c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55f8d3d18c | ||
|
|
3780fff86c | ||
|
|
ca6c873762 | ||
|
|
7338c62e90 | ||
|
|
3407009677 | ||
|
|
8224d3117f | ||
|
|
e5414fa4fe | ||
|
|
cff16449a5 | ||
|
|
8f2f1edc2c | ||
|
|
411ca2450b | ||
|
|
6502030068 | ||
|
|
bf4440e850 | ||
|
|
d36057a9f8 | ||
|
|
844333a10b | ||
|
|
585719a433 | ||
|
|
75d48918ef | ||
|
|
b7562cc78e | ||
|
|
b5bf7e40ff |
185
Assembly.gitignore
Normal file
185
Assembly.gitignore
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
# Assembly .gitignore template
|
||||||
|
# For Assembly language projects using various assemblers and toolchains
|
||||||
|
#
|
||||||
|
# Recommended: Add your OS-specific and editor-specific gitignore templates
|
||||||
|
# (e.g., Linux.gitignore, macOS.gitignore, Windows.gitignore, VisualStudio.gitignore, Vim.gitignore)
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.OBJ
|
||||||
|
*.ko
|
||||||
|
*.elf
|
||||||
|
|
||||||
|
# Executables and binary files
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.bin
|
||||||
|
*.BIN
|
||||||
|
*.hex
|
||||||
|
*.HEX
|
||||||
|
*.app
|
||||||
|
*.axf
|
||||||
|
*.elf
|
||||||
|
*.i*86
|
||||||
|
*.x86_64
|
||||||
|
|
||||||
|
# Linker output
|
||||||
|
*.map
|
||||||
|
*.MAP
|
||||||
|
*.ilk
|
||||||
|
*.exp
|
||||||
|
|
||||||
|
# Library files
|
||||||
|
*.lib
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Assembly listing files
|
||||||
|
*.lst
|
||||||
|
*.LST
|
||||||
|
*.lis
|
||||||
|
*.LIS
|
||||||
|
|
||||||
|
# Symbol files
|
||||||
|
*.sym
|
||||||
|
*.SYM
|
||||||
|
|
||||||
|
# NASM specific
|
||||||
|
*.nasm.tmp
|
||||||
|
|
||||||
|
# MASM/TASM specific
|
||||||
|
*.cod
|
||||||
|
*.COD
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dbg
|
||||||
|
*.pdb
|
||||||
|
*.idb
|
||||||
|
*.dSYM/
|
||||||
|
*.su
|
||||||
|
*.idb
|
||||||
|
*.ipdb
|
||||||
|
*.iobj
|
||||||
|
|
||||||
|
# Preprocessor output
|
||||||
|
*.i
|
||||||
|
*.ii
|
||||||
|
*.s.preprocessed
|
||||||
|
|
||||||
|
# Dependency files
|
||||||
|
*.d
|
||||||
|
*.dep
|
||||||
|
|
||||||
|
# Intel HEX and other output formats
|
||||||
|
*.s19
|
||||||
|
*.s28
|
||||||
|
*.s37
|
||||||
|
*.srec
|
||||||
|
*.ihex
|
||||||
|
|
||||||
|
# Motorola S-record files
|
||||||
|
*.mot
|
||||||
|
*.mhx
|
||||||
|
|
||||||
|
# Bootloader files
|
||||||
|
*.boot
|
||||||
|
|
||||||
|
# Disassembly files
|
||||||
|
*.disasm
|
||||||
|
*.dis
|
||||||
|
|
||||||
|
# Core dumps
|
||||||
|
core
|
||||||
|
core.*
|
||||||
|
*.core
|
||||||
|
|
||||||
|
# Backup files (common in assembly editors)
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.BAK
|
||||||
|
*.old
|
||||||
|
*.orig
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Build directories
|
||||||
|
build/
|
||||||
|
Build/
|
||||||
|
BUILD/
|
||||||
|
bin/
|
||||||
|
Bin/
|
||||||
|
BIN/
|
||||||
|
obj/
|
||||||
|
Obj/
|
||||||
|
OBJ/
|
||||||
|
out/
|
||||||
|
output/
|
||||||
|
Output/
|
||||||
|
dist/
|
||||||
|
release/
|
||||||
|
debug/
|
||||||
|
Debug/
|
||||||
|
Release/
|
||||||
|
|
||||||
|
# IDE and assembler-specific project files
|
||||||
|
*.workspace
|
||||||
|
*.uvproj*
|
||||||
|
*.uvopt*
|
||||||
|
*.uvgui*
|
||||||
|
*.cproj
|
||||||
|
*.atsln
|
||||||
|
*.atsuo
|
||||||
|
|
||||||
|
# Keil uVision
|
||||||
|
*.uvopt
|
||||||
|
*.uvproj
|
||||||
|
*.uvgui.*
|
||||||
|
*.uvproj.*
|
||||||
|
*.plg
|
||||||
|
*.tra
|
||||||
|
*.Administrator.*
|
||||||
|
*.bak.*
|
||||||
|
|
||||||
|
# IAR Embedded Workbench
|
||||||
|
*.eww
|
||||||
|
*.dep
|
||||||
|
*.wsdt
|
||||||
|
*.dni
|
||||||
|
*.wspos
|
||||||
|
*.dbgdt
|
||||||
|
|
||||||
|
# Atmel Studio
|
||||||
|
*.atsln
|
||||||
|
*.atsuo
|
||||||
|
*.cproj
|
||||||
|
|
||||||
|
# Make generated files
|
||||||
|
*.mk
|
||||||
|
Makefile.bak
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
|
||||||
|
# Tags and indexing
|
||||||
|
tags
|
||||||
|
TAGS
|
||||||
|
.tags
|
||||||
|
.tags_sorted_by_file
|
||||||
|
cscope.out
|
||||||
|
cscope.files
|
||||||
|
cscope.in.out
|
||||||
|
cscope.po.out
|
||||||
|
|
||||||
|
# Testing artifacts
|
||||||
|
test_results/
|
||||||
|
*.test
|
||||||
|
|
||||||
|
*.testlog
|
||||||
@ -23,7 +23,6 @@
|
|||||||
*.dll
|
*.dll
|
||||||
*.so.*
|
*.so.*
|
||||||
|
|
||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
*.mod
|
*.mod
|
||||||
*.smod
|
*.smod
|
||||||
|
|||||||
68
Global/Agents.gitignore
Normal file
68
Global/Agents.gitignore
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
# AI agents and assistants
|
||||||
|
#
|
||||||
|
# Some common agent instruction and project configuration files are listed
|
||||||
|
# below as commented-out examples. They are often intentionally committed and
|
||||||
|
# shared with a team, so only uncomment them if they are local-only in your
|
||||||
|
# project.
|
||||||
|
|
||||||
|
# GEMINI.md
|
||||||
|
# WARP.md
|
||||||
|
# CRUSH.md
|
||||||
|
# QWEN.md
|
||||||
|
|
||||||
|
# OpenAI Codex
|
||||||
|
# AGENTS.md
|
||||||
|
# .codex/
|
||||||
|
|
||||||
|
# Aider
|
||||||
|
.aider.input.history
|
||||||
|
.aider.chat.history.md
|
||||||
|
.aider.llm.history
|
||||||
|
.aider.tags.cache.v*
|
||||||
|
# .aiderignore
|
||||||
|
|
||||||
|
# Claude Code
|
||||||
|
.claude/*.local.json
|
||||||
|
.claude/**/*.log
|
||||||
|
CLAUDE.local.md
|
||||||
|
# .claude/
|
||||||
|
|
||||||
|
# Gemini CLI
|
||||||
|
gemini-debug.log
|
||||||
|
.gemini-clipboard/
|
||||||
|
# .gemini/
|
||||||
|
|
||||||
|
# Cursor AI
|
||||||
|
# .cursorrules
|
||||||
|
# .cursor/
|
||||||
|
# .cursor.json
|
||||||
|
# .cursor-settings.yaml
|
||||||
|
|
||||||
|
# Continue
|
||||||
|
# .continue/
|
||||||
|
# .continuerc.json
|
||||||
|
|
||||||
|
# Cline
|
||||||
|
# .cline/
|
||||||
|
# .clinerules
|
||||||
|
# cline.json
|
||||||
|
|
||||||
|
# Other agent/editor project config
|
||||||
|
# .warp/
|
||||||
|
# .crush/
|
||||||
|
# .codeium/
|
||||||
|
# .deepseek/
|
||||||
|
# .amazon-codewhisperer/
|
||||||
|
# .tabnineignore
|
||||||
|
# .tabnine/
|
||||||
|
|
||||||
|
# GitHub Copilot
|
||||||
|
# .github/copilot-instructions.md
|
||||||
|
|
||||||
|
# Windsurf Editor
|
||||||
|
# .windsurfrules
|
||||||
|
# .windsurf/
|
||||||
|
|
||||||
|
# Replit AI Development
|
||||||
|
# .replit
|
||||||
|
# replit.nix
|
||||||
@ -4,6 +4,7 @@
|
|||||||
*.autosave
|
*.autosave
|
||||||
*.slx.r*
|
*.slx.r*
|
||||||
*.mdl.r*
|
*.mdl.r*
|
||||||
|
*.bak
|
||||||
|
|
||||||
# Derived content-obscured files
|
# Derived content-obscured files
|
||||||
*.p
|
*.p
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# Godot 4.2+ specific ignores
|
||||||
|
~*.dll
|
||||||
|
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
.nomedia
|
.nomedia
|
||||||
|
|||||||
47
Lasal.gitignore
Normal file
47
Lasal.gitignore
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
## LASAL ###
|
||||||
|
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
|
||||||
|
|
||||||
|
# lasal screen/visu runtime folders generated during build
|
||||||
|
**/Runtime
|
||||||
|
**/BAK
|
||||||
|
**/Language
|
||||||
|
**/TempPreview
|
||||||
|
|
||||||
|
# lasal class runtime folders generated during build
|
||||||
|
ProjectInternal
|
||||||
|
Internal
|
||||||
|
**/Network/*/*.st
|
||||||
|
**/Drive/*.st
|
||||||
|
|
||||||
|
# bootdisk files
|
||||||
|
**/Bootdisk
|
||||||
|
|
||||||
|
# various filetypes generated at runtime or used for internal backups
|
||||||
|
*.ldi
|
||||||
|
*.bak
|
||||||
|
*.lob
|
||||||
|
*.lba
|
||||||
|
*.lcb
|
||||||
|
*.lock
|
||||||
|
*.plc
|
||||||
|
*.7z
|
||||||
|
*.zip
|
||||||
|
*.lcc
|
||||||
|
*.lds
|
||||||
|
|
||||||
|
# tag files generated by the compiler
|
||||||
|
*.mme
|
||||||
|
**/MaeExp.txt
|
||||||
|
**/MaeExp.xml
|
||||||
|
|
||||||
|
# SigCLib requires lba and lob files
|
||||||
|
!cObjLib.lob
|
||||||
|
!cObjLib.lba
|
||||||
|
|
||||||
|
# opc related classes added automatically from lasal instance
|
||||||
|
!**/Class/OPC_UA/**
|
||||||
|
!**/Class/OPC_UA_Client/**
|
||||||
|
!**/Class/OPC_UA_Server/**
|
||||||
|
!**/Class/OPC_UA_ModuleBase/**
|
||||||
|
!**/Class/OPC_UA_AddressSpace/**
|
||||||
|
!**/Class/OPC_UA_OpenSSL_v1_1_1/**
|
||||||
Loading…
Reference in New Issue
Block a user