重排gitignore
This commit is contained in:
parent
a0651561f3
commit
b4f3ef2d78
1 changed files with 6 additions and 49 deletions
55
.gitignore
vendored
55
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
# GCC/Clang
|
||||||
*.exe
|
*.exe
|
||||||
tempCodeRunnerFile.cpp
|
tempCodeRunnerFile.cpp
|
||||||
tempCodeRunnerFile.h
|
tempCodeRunnerFile.h
|
||||||
|
@ -38,9 +39,7 @@ JLinkSettings.ini
|
||||||
*.doc
|
*.doc
|
||||||
|
|
||||||
|
|
||||||
|
#Qt Creator
|
||||||
|
|
||||||
#qt
|
|
||||||
**/build*
|
**/build*
|
||||||
*~
|
*~
|
||||||
*.autosave
|
*.autosave
|
||||||
|
@ -75,17 +74,9 @@ Thumbs.db
|
||||||
*.rc
|
*.rc
|
||||||
/.qmake.cache
|
/.qmake.cache
|
||||||
/.qmake.stash
|
/.qmake.stash
|
||||||
|
|
||||||
# qtcreator generated files
|
|
||||||
*.pro.user*
|
*.pro.user*
|
||||||
|
|
||||||
# xemacs temporary files
|
|
||||||
*.flc
|
*.flc
|
||||||
|
|
||||||
# Vim temporary files
|
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
# Visual Studio generated files
|
|
||||||
*.ib_pdb_index
|
*.ib_pdb_index
|
||||||
*.idb
|
*.idb
|
||||||
*.ilk
|
*.ilk
|
||||||
|
@ -99,57 +90,23 @@ Thumbs.db
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.vcxproj
|
*.vcxproj
|
||||||
*vcxproj.*
|
*vcxproj.*
|
||||||
|
|
||||||
# MinGW generated files
|
|
||||||
*.Debug
|
*.Debug
|
||||||
*.Release
|
*.Release
|
||||||
|
|
||||||
# Python byte code
|
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# Binaries
|
|
||||||
# --------
|
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ignore Quartus II generated files
|
# Quartus
|
||||||
*_generation_script*
|
*_generation_script*
|
||||||
*_inst.vhd
|
*_inst.vhd
|
||||||
*.bak
|
*.bak
|
||||||
*.cmp
|
|
||||||
*.done
|
|
||||||
*.eqn
|
|
||||||
*.hex
|
|
||||||
*.html
|
|
||||||
*.jdi
|
|
||||||
*.jpg
|
|
||||||
# *.mif
|
|
||||||
*.pin
|
|
||||||
*.pof
|
|
||||||
*.ptf.*
|
|
||||||
*.qar
|
|
||||||
*.qarlog
|
|
||||||
*.qws
|
*.qws
|
||||||
*.rpt
|
|
||||||
*.smsg
|
|
||||||
*.sof
|
|
||||||
*.sopc_builder
|
|
||||||
*.summary
|
|
||||||
*.tcl
|
|
||||||
*.txt # Explicitly add any text files used
|
|
||||||
*~
|
|
||||||
*example*
|
|
||||||
*sopc_*
|
|
||||||
# *.sdc # I want those timing files
|
|
||||||
|
|
||||||
# ignore Quartus II generated folders
|
|
||||||
|
|
||||||
*/incremental_db/
|
|
||||||
**/simulation/**
|
**/simulation/**
|
||||||
*/timing/
|
|
||||||
**/incremental_db/**
|
**/incremental_db/**
|
||||||
db/
|
**/db/*
|
||||||
**/output_files/**
|
**/output_files/**
|
||||||
PLLJ_PLLSPE_INFO.txt
|
PLLJ_PLLSPE_INFO.txt
|
||||||
|
*.qws
|
||||||
|
|
Reference in a new issue