-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (63 loc) · 1 KB
/
Copy path.gitignore
File metadata and controls
72 lines (63 loc) · 1 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
# Identifies files to be ignored by Git.
# Also used by fd|fdfind to identify directories and files to ignore.
# Files built by Seed7 build
# Unix-like
*.o
bin/s7
bin/s7c
bin/s7_comp.a
bin/s7_con.a
bin/s7_data.a
bin/s7_db.a
bin/s7_draw.a
bin/seed7_05.a
# Windows
*.obj
*.lib
# Generated files
prg/chkexc
prg/chkfil
prg/chkjson
prg/s7
prg/s7c
prg/tmp1_chkerr.c
prg/tmp1_chkexc.c
prg/tmp1_chkfil.c
prg/tmp1_chkjson.c
prg/tmp_chkerr.c
prg/tmp_chkerr.lerrs
prg/tmp_chkexc.c
prg/tmp_chkfil.c
prg/tmp_chkint.c
prg/tmp_chkjson.c
src/base.h
src/chkccomp
src/chkccomp.h
src/depend
src/level.h
src/level_bk.h
src/levelup
src/macros
src/next_lvl
src/settings.h
src/vers_linux.h
src/vers_osx.h
src/vers_osxcl.h
src/version.h
src/wrdepend
# Tooling Files
# -------------
# CTags file
TAGS
.etags-*.txt
# Emacs Backup files
*~
# Emacs temporary files
.#*
*#
\#*
# OS Specific Non Project Files
# -----------------------------
# macOS fork files
.DS_Store
# ----------------------------------------------------------------------------