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

114 lines
984 B
Plaintext
Raw Normal View History

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-03-24 14:35:41 +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-03-21 12:47:26 +00:00
#qt
**/build*
2022-03-21 12:47:26 +00:00
*~
*.autosave
*.a
*.core
*.moc
*.o
*.obj
*.orig
*.rej
*.so
*.so.*
*_pch.h.cpp
*_resource.rc
*.qm
.#*
*.*#
core
!core/
tags
.DS_Store
.directory
*.debug
Makefile*
*.prl
*.app
moc_*.cpp
ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash
# qtcreator generated files
*.pro.user*
# xemacs temporary files
*.flc
# Vim temporary files
.*.swp
# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
*.sdf
*.opensdf
*.vcxproj
*vcxproj.*
# MinGW generated files
*.Debug
*.Release
# Python byte code
*.pyc
# Binaries
# --------
*.dll
*.exe