-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (47 loc) · 913 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#--------------------------------------------------------------------
# files to be ignored by git - Stanford Pascal
#--------------------------------------------------------------------
# all pcode files (P-Code)
# but the compiler related pcode files are needed, so that the compiler runs
*.pcode*
!pas*.pcode
!pas*.pcode1
!pas*.pcode2
!pas*.pcode3
# all files which are created during Pascal- or C-compiles
# obvious exception: pcint.exe
*.dbginfo
*.list002
*.list003
*.lis
*.bak
*.map
*.tmp
*.obj
*.exe
*.xxx
!pcint.exe
!pcint2.exe
!mvsinst\*.obj
# locally used file gitcmd
gitcmd.cmd
# other test files
AUSGABE.*
nc.zip
xcomp*.*
pagli33.*
widget*.*
tlott.cmd
# TRACEF will be generated by activated traces in the compiler
# or in other Pascal tools
TRACEF
*.tracef
# subdirectories of the master working directory not intended to
# be published
alt/
neu/
archiv/
error/
rest/
compsave/
resolved/