소스 검색

remove .sopcinfo file from the gitignore list

Steffen Jaeckel 14 년 전
부모
커밋
806e228b18
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      Global/Quartus2.gitignore

+ 5 - 5
Global/Quartus2.gitignore

@@ -27,7 +27,7 @@
 *.v
 
 # ignore Quartus II generated files
-*sopc[_i]*
+*sopc_*
 *.jdi
 *.ptf.*
 *.sof
@@ -57,10 +57,10 @@
 *.mif
 
 # ignore Quartus II generated folders
-db/
+db/
 incremental_db/
-simulation/
-timing/
-testbench/
+simulation/
+timing/
+testbench/
 *_sim/