This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/.gitignore

123 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-03-29 15:17:26 +00:00
# GCC/Clang
2021-10-03 02:28:37 +00:00
*.exe
2021-10-08 09:17:06 +00:00
tempCodeRunnerFile.cpp
tempCodeRunnerFile.h
tempCodeRunnerFile.c
c_cpp_properties.json
launch.json
tasks.json
settings.json
2022-03-21 12:06:32 +00:00
main
2022-06-06 09:01:10 +00:00
.VSCodeCounter
2022-03-24 14:35:41 +00:00
2022-03-30 10:27:04 +00:00
2022-03-30 10:33:21 +00:00
# Keil
2022-03-24 14:35:41 +00:00
*.dbgconf
*.lst
*.crf
*.d
*.o
*.__i
*._ia
*.sct
*.build_log.htm
*.uvguix.*
*.dep
DebugConfig/
.mxproject
JLinkSettings.ini
*.uvoptx
*.uvguix.*
*.axf
*.hex
*.htm
*.lnp
*.map
*.hex
*.uvgui.*
**/Objects
2022-03-24 14:36:22 +00:00
*.pdf
*.docx
*.doc
2022-06-06 09:09:38 +00:00
*.m51
2022-03-21 12:47:26 +00:00
2022-03-30 10:33:21 +00:00
2022-03-29 15:17:26 +00:00
#Qt Creator
**/build*
2022-03-21 12:47:26 +00:00
*~
*.autosave
*.a
*.core
*.moc
*.o
*.orig
*.rej
*.so
*.so.*
*_pch.h.cpp
*_resource.rc
*.qm
.#*
*.*#
core
!core/
tags
.DS_Store
.directory
*.debug
*.prl
*.app
moc_*.cpp
ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash
*.pro.user*
*.flc
.*.swp
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
*.sdf
*.opensdf
*.vcxproj
*vcxproj.*
*.Debug
*.Release
*.pyc
*.dll
*.exe
2022-03-29 15:03:53 +00:00
2022-03-30 10:33:21 +00:00
2022-04-19 14:26:41 +00:00
# Quartus/ModelSim
2022-03-29 15:03:53 +00:00
*_generation_script*
*_inst.vhd
*.bak
*.qws
**/simulation/**
**/incremental_db/**
2022-03-29 15:17:26 +00:00
**/db/*
2022-03-29 15:03:53 +00:00
**/output_files/**
2022-03-29 15:17:26 +00:00
PLLJ_PLLSPE_INFO.txt
*.qws
2022-04-19 13:42:20 +00:00
*.qdb
2022-04-19 14:26:41 +00:00
*.wlf
2022-06-06 09:01:10 +00:00
*.qtlde
2022-06-06 09:09:38 +00:00
2022-09-21 03:16:06 +00:00
# python
.venv