frage zu gitignore

Gast #6993721
Lesenswert?

.gitignore liegt in meinem repo.
wenn ich add --all mache will er trotzdem die > 1GB *.wdb Datei 
aufnehmen?

oder wird es die Datei dann ignoriert wenn ich commit mache oder es 
online pushe?

Irgenwas ist da noch falsch bei mir...
1
#########################################################################################################
2
##  This is an example .gitignore file for Vivado, please treat it as an example as
3
##  it might not be complete. In addition, XAPP 1165 should be followed.
4
#########################################################################################################
5
#########
6
#Exclude all
7
#########
8
*
9
!*/
10
!.gitignore
11
###########################################################################
12
##  VIVADO
13
###########################################################################
14
#########
15
#Source files:
16
#########
17
#Do NOT ignore VHDL, Verilog, block diagrams or EDIF files.
18
!*.vhd
19
!*.v
20
!*.bd
21
!*.edif
22
#########
23
#IP files
24
#########
25
#.xci: IP-core property file with core container disabled
26
!*.xci
27
#*.dcp (checkpoint files: better be ignored!)
28
#!*.dcp
29
!*.vds
30
!*.pb
31
#All bd comments and layout coordinates are stored within .ui
32
!*.ui
33
!*.ooc
34
#########
35
#System Generator
36
#########
37
!*.mdl
38
!*.slx
39
!*.bxml
40
#########
41
#Simulation logic analyzer
42
#########
43
!*.wcfg
44
!*.coe
45
#########
46
#MIG
47
#########
48
!*.prj
49
!*.mem
50
#########
51
#Project files
52
#########
53
#XPR  +  *.XML ? XPR (Files are merged into a single XPR file for 2014.1 version)
54
#Do NOT ignore *.xpr files
55
!*.xpr
56
#Include *.xml files for 2013.4 or earlier version
57
!*.xml
58
#########
59
#Constraint files
60
#########
61
#Do NOT ignore *.xdc files
62
!*.xdc
63
#########
64
#TCL - files
65
#########
66
!*.tcl
67
#########
68
#Journal - files
69
#########
70
!*.jou
71
#########
72
#Reports
73
#########
74
!*.rpt
75
!*.txt
76
!*.vdi
77
#########
78
#C-files
79
#########
80
!*.c
81
!*.h
82
!*.elf
83
!*.bmm
84
!*.xmp
85

86
# End of https://mrkandreev.name/snippets/gitignore-generator/#XilinxVivado
Gast #6993773
Lesenswert?

ja es scheint jetzt irgendwie irgendeinen Effekt zu haben.........
mein repo ist online nicht merh so fett nur noch ca. 80 mb anstatt 2 gb 
oder so

war etwas merkwürdig alles
ich hoffe es klappt weiterhin.
kann meine sache jetz auch an einem anderen pc simulieren mit den 
gleichen daten :D

vielen dank :D

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren