File: .gitattributes

package info (click to toggle)
nethack 3.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,468 kB
  • sloc: ansic: 266,495; cpp: 13,652; yacc: 2,903; perl: 1,426; lex: 581; sh: 535; xml: 372; awk: 98; makefile: 68; fortran: 51; sed: 11
file content (44 lines) | stat: -rw-r--r-- 1,646 bytes parent folder | download | duplicates (4)
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
Makefile.* NHSUBST
NetHack.cnf NHSUBST
termcap NH_header=no
dgn_comp.h NH_header=no
lev_comp.h NH_header=no
Makefile.lib NH_header=no

Makefile.lib	NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.6)
#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.6)
termcap.uu	NH_filestag=>Makefile.lib

pcmain.c	NH_filestag=(file_for_MSDOS,_OS/2,_Amiga,_and_Atari_versions_-_untested_for_3.6.6)

pcsys.c		NH_filestag=(file%s_for_MSDOS,_OS/2_and_Atari_versions_-_tested_on_MSDOS_for_3.6.6_via_partial_cross-compile_only)
pcunix.c	NH_filestag=>pcsys.c

NetHack.cnf	NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.6)
pctty.c		NH_filestag=>NetHack.cnf

ioctl.c		NH_filestag=(file%s_for_UNIX_and_Be_versions)
unixtty.c	NH_filestag=>ioctl.c

nhlan.c NH_filestag=(file_for_NT_version)

random.c NH_filestag=(Berkeley_random_number_file,_which_may_be_included_in_any_version)

uudecode.c NH_filestag=(Berkeley_uudecode_file,_which_may_be_used_in_build_process_of_any_version)

tclib.c NH_filestag=(file_for_VMS_version)

termcap NH_filestag=(file_for_MSDOS,_OS/2,_and_VMS_versions)

dgn_comp.h	NH_filestag=(lex/yacc_output_for_special_level_and_dungeon_compilers)
dgn_lex.c	NH_filestag=>dgn_comp.h
dgn_yacc.c	NH_filestag=>dgn_comp.h
lev_comp.h	NH_filestag=>dgn_comp.h
lev_lex.c	NH_filestag=>dgn_comp.h
lev_yacc.c	NH_filestag=>dgn_comp.h

posixregex.c NH_filestag=60(posix_regex_for_versions_that_include_regex_in_their_C_library)

cppregex.cpp NH_filestag=61(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in)

pmatchregex.c NH_filestag=62(pmatch_regex_for_other_versions)