-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitignore
85 lines (77 loc) · 1.07 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.swp
*.swo
compile
out
# /
/Makefile
/config.log
/config.status
/tags
/TAGS
/.svn
# Win32-specific ignores
Debug/
Release/
binary/
build/
ipch/
lib/
Nethack.sln
Nethack.sdf
Nethack.opensdf
Makefile.bcc
Makefile.gcc
Makefile-orig
Makefile.bcc-orig
Makefile.gcc-orig
*.suo
*.pdb
*.ilk
# VS2013 extension to auto-whine about questionable code generates these
*.lastcodeanalysissucceeded
# VS 2017 caches data into the hidden directory .vs
.vs
# Win32-specific ignores end
.DS_Store
# /dat/
/dat/Makefile
# /doc/
/doc/Makefile
/doc/Guidebook.txt
# /include/
/include/autoconf.h
/include/autoconf_paths.h
/include/date.h
/include/dgn_comp.h
/include/lev_comp.h
/include/onames.h
/include/pm.h
/include/vis_tab.h
/include/win32api.h
# /src/
/src/*.o
/src/nhwin.a
/src/nethack
/src/Makefile
/src/Sysunix
/src/config.h-t
/src/hack.h-t
/src/vis_tab.c
/src/monstr.c
/src/tile.c
/src/Sysandroid
# /util/
/util/*.o
/util/Makefile
/util/dgn_comp
/util/dgn_lex.c
/util/dgn_yacc.c
/util/dlb
/util/lev_comp
/util/lev_lex.c
/util/lev_yacc.c
/util/makedefs
/util/recover
/util/tilemap
# /win/
/win/*/*.o