update Files attributes with priorities and %s substitution
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -13,5 +13,5 @@ README NHSUBST
|
||||
*.uu NH_header=no
|
||||
*.xpm NH_header=no
|
||||
.git* NH_header=no
|
||||
* NH_filestag=(files_in_top_directory)
|
||||
NetHack.dsw NH_filestag=(files_for_win32_that_are_moved_into_._at_compile_time)
|
||||
* NH_filestag=(file%s_in_top_directory)
|
||||
NetHack.dsw NH_filestag=(file%s_for_win32_that_are_moved_into_._at_compile_time)
|
||||
|
||||
2
DEVEL/.gitattributes
vendored
2
DEVEL/.gitattributes
vendored
@@ -4,4 +4,4 @@ hooksdir/* NHSUBST
|
||||
* text=auto
|
||||
DOTGIT/TARGET NH_header=no
|
||||
hooksdir/TARGET NH_header=no
|
||||
* NH_filestag=(files_for_people_developing_changes_to_NetHack)
|
||||
* NH_filestag=(file%s_for_people_developing_changes_to_NetHack)
|
||||
|
||||
50
Files
50
Files
@@ -15,7 +15,7 @@ Developer.txt code_features.txt code_style.txt git_recipes.txt
|
||||
gitinfo.pl nhgitset.pl
|
||||
|
||||
DEVEL/DOTGIT:
|
||||
(files for people developing changes to NetHack)
|
||||
(file for people developing changes to NetHack)
|
||||
TARGET
|
||||
|
||||
DEVEL/hooksdir:
|
||||
@@ -52,15 +52,12 @@ makedefs.txt nethack.6 nethack.txt recover.6 recover.txt
|
||||
tmac.n window.doc
|
||||
|
||||
include:
|
||||
(file for GNOME versions)
|
||||
winGnome.h
|
||||
|
||||
(file for tty versions)
|
||||
wintty.h
|
||||
|
||||
(files for GEM versions)
|
||||
bitmfile.h gem_rsc.h load_img.h wingem.h
|
||||
|
||||
(file for GNOME versions)
|
||||
winGnome.h
|
||||
|
||||
(files for Qt versions)
|
||||
qt_clust.h qt_kde0.h qt_win.h qt_xpms.h qttableview.h
|
||||
|
||||
@@ -84,6 +81,9 @@ trampoli.h trap.h unixconf.h vision.h vmsconf.h
|
||||
wceconf.h winami.h winprocs.h wintype.h you.h
|
||||
youprop.h
|
||||
|
||||
(file for tty versions)
|
||||
wintty.h
|
||||
|
||||
(files for various Macintosh versions)
|
||||
mac-carbon.h mac-qt.h mac-term.h macconf.h macpopup.h
|
||||
mactty.h macwin.h mttypriv.h
|
||||
@@ -160,9 +160,6 @@ random.c
|
||||
(Berkeley uudecode file, which may be used in build process of any version)
|
||||
uudecode.c
|
||||
|
||||
(c++ regex code for versions that can build a C++ module and link it in)
|
||||
cppregex.cpp
|
||||
|
||||
(file for MSDOS, OS/2, NT, Amiga, and Atari versions - untested for 3.6.2)
|
||||
pcmain.c
|
||||
|
||||
@@ -190,21 +187,21 @@ ioctl.c unixtty.c
|
||||
(lex/yacc output for special level and dungeon compilers)
|
||||
dgn_comp.h dgn_lex.c dgn_yacc.c lev_comp.h lev_lex.c lev_yacc.c
|
||||
|
||||
(pmatch regex for other versions)
|
||||
pmatchregex.c
|
||||
|
||||
(posix regex for versions that include regex in their C library)
|
||||
posixregex.c
|
||||
|
||||
(c++ regex code for versions that can build a C++ module and link it in)
|
||||
cppregex.cpp
|
||||
|
||||
(pmatch regex for other versions)
|
||||
pmatchregex.c
|
||||
|
||||
sys/share/sounds:
|
||||
(files for Amiga and Macintosh versions)
|
||||
README bell.uu bugle.uu erthdrum.uu firehorn.uu frsthorn.uu
|
||||
lethdrum.uu mgcflute.uu mgcharp.uu toolhorn.uu wdnflute.uu wdnharp.uu
|
||||
|
||||
sys/unix:
|
||||
(file for sound driver for 386 UNIX)
|
||||
snd86unx.shr
|
||||
|
||||
(files for UNIX versions)
|
||||
Install.unx Makefile.dat Makefile.doc Makefile.src
|
||||
Makefile.top Makefile.utl NewInstall.unx README.linux
|
||||
@@ -215,6 +212,9 @@ unixunix.c
|
||||
(files for replacement cpp, only needed by some ancient UNIX systems)
|
||||
cpp1.shr cpp2.shr cpp3.shr
|
||||
|
||||
(file for sound driver for 386 UNIX)
|
||||
snd86unx.shr
|
||||
|
||||
sys/unix/hints:
|
||||
(files for configuring UNIX NetHack versions)
|
||||
linux linux-chroot linux-qt4 linux-x11 macosx
|
||||
@@ -398,7 +398,7 @@ include:
|
||||
(file for tiles support copied from win/share at compile time)
|
||||
tile.h
|
||||
|
||||
(files for win32 that are moved into include at compile time)
|
||||
(file for win32 that are moved into include at compile time)
|
||||
win32api.h
|
||||
|
||||
(files generated by makedefs at compile time)
|
||||
@@ -408,9 +408,6 @@ date.h onames.h pm.h vis_tab.h
|
||||
dgn_comp.h lev_comp.h
|
||||
|
||||
src:
|
||||
(file optionally generated by tilemap at compile time)
|
||||
tile.c
|
||||
|
||||
(files for win32 that are moved into src at compile time)
|
||||
Makefile Makefile.bcc Makefile.gcc
|
||||
|
||||
@@ -420,18 +417,21 @@ qt_kde0.moc qt_win.moc qttableview.moc
|
||||
(files generated by makedefs at compile time)
|
||||
monstr.c vis_tab.c
|
||||
|
||||
(file optionally generated by tilemap at compile time)
|
||||
tile.c
|
||||
|
||||
sys/winnt:
|
||||
(files generated by uudecode at compile time)
|
||||
(file generated by uudecode at compile time)
|
||||
nethack.ico
|
||||
|
||||
util:
|
||||
(file generated for unix at compile time if various tiles utilities are built)
|
||||
tiletxt.c
|
||||
|
||||
(files generated by lex and yacc (or copied from sys/share) at compile time)
|
||||
dgn_lex.c dgn_yacc.c lev_lex.c lev_yacc.c
|
||||
|
||||
(files generated for win32 at compile time)
|
||||
(file generated for unix at compile time if various tiles utilities are built)
|
||||
tiletxt.c
|
||||
|
||||
(file generated for win32 at compile time)
|
||||
uudecode.exe
|
||||
|
||||
NOTE: If your binaries were compiled with the data librarian (DLB) option,
|
||||
|
||||
2
dat/.gitattributes
vendored
2
dat/.gitattributes
vendored
@@ -4,5 +4,5 @@
|
||||
data.base NHSUBST
|
||||
symbols NHSUBST
|
||||
tribute NHSUBST
|
||||
* NH_filestag=(files_for_all_versions)
|
||||
* NH_filestag=(file%s_for_all_versions)
|
||||
..files NH_filegenprog
|
||||
|
||||
2
doc/.gitattributes
vendored
2
doc/.gitattributes
vendored
@@ -7,4 +7,4 @@ Guidebook.txt NH_header=no
|
||||
tmac.n NH_header=no
|
||||
fixes* NH_header=no
|
||||
*.txt NH_header=no
|
||||
* NH_filestag=(files_for_all_versions)
|
||||
* NH_filestag=(file%s_for_all_versions)
|
||||
|
||||
22
include/.gitattributes
vendored
22
include/.gitattributes
vendored
@@ -1,39 +1,39 @@
|
||||
* NH_filestag=(files_for_all_versions)
|
||||
* NH_filestag=(file%s_for_all_versions)
|
||||
..files NH_filegenerated=win32api.h,tile.h,dgn_comp.h,lev_comp.h,date.h,onames.h,pm.h,vis_tab.h
|
||||
|
||||
win32api.h NH_filesgentag=(files_for_win32_that_are_moved_into_include_at_compile_time)
|
||||
win32api.h NH_filesgentag=(file%s_for_win32_that_are_moved_into_include_at_compile_time)
|
||||
|
||||
tile.h NH_filesgentag=(file_for_tiles_support_copied_from_win/share_at_compile_time)
|
||||
tile.h NH_filesgentag=(file%s_for_tiles_support_copied_from_win/share_at_compile_time)
|
||||
|
||||
dgn_comp.h NH_filesgentag=(files_generated_by_yacc_(or_copied_from_sys/share)_at_compile_time)
|
||||
dgn_comp.h NH_filesgentag=(file%s_generated_by_yacc_(or_copied_from_sys/share)_at_compile_time)
|
||||
lev_comp.h NH_filesgentag=>dgn_comp.h
|
||||
|
||||
date.h NH_filesgentag=(files_generated_by_makedefs_at_compile_time)
|
||||
date.h NH_filesgentag=(file%s_generated_by_makedefs_at_compile_time)
|
||||
onames.h NH_filesgentag=>date.h
|
||||
pm.h NH_filesgentag=>date.h
|
||||
vis_tab.h NH_filesgentag=>date.h
|
||||
|
||||
wintty.h NH_filestag=(file_for_tty_versions)
|
||||
wintty.h NH_filestag=(file%s_for_tty_versions)
|
||||
|
||||
tile2x11.h NH_filestag=(files_for_X_versions)
|
||||
tile2x11.h NH_filestag=(file%s_for_X_versions)
|
||||
winX.h NH_filestag=>tile2x11.h
|
||||
xwindow.h NH_filestag=>tile2x11.h
|
||||
xwindowp.h NH_filestag=>tile2x11.h
|
||||
|
||||
qt_clust.h NH_filestag=(files_for_Qt_versions)
|
||||
qt_clust.h NH_filestag=(file%s_for_Qt_versions)
|
||||
qt_kde0.h NH_filestag=>qt_clust.h
|
||||
qt_win.h NH_filestag=>qt_clust.h
|
||||
qt_xpms.h NH_filestag=>qt_clust.h
|
||||
qttableview.h NH_filestag=>qt_clust.h
|
||||
|
||||
bitmfile.h NH_filestag=(files_for_GEM_versions)
|
||||
bitmfile.h NH_filestag=(file%s_for_GEM_versions)
|
||||
gem_rsc.h NH_filestag=>bitmfile.h
|
||||
load_img.h NH_filestag=>bitmfile.h
|
||||
wingem.h NH_filestag=>bitmfile.h
|
||||
|
||||
winGnome.h NH_filestag=(file_for_GNOME_versions)
|
||||
winGnome.h NH_filestag=(file%s_for_GNOME_versions)
|
||||
|
||||
mac-carbon.h NH_filestag=(files_for_various_Macintosh_versions)
|
||||
mac-carbon.h NH_filestag=(file%s_for_various_Macintosh_versions)
|
||||
mac-qt.h NH_filestag=>mac-carbon.h
|
||||
mac-term.h NH_filestag=>mac-carbon.h
|
||||
macconf.h NH_filestag=>mac-carbon.h
|
||||
|
||||
10
src/.gitattributes
vendored
10
src/.gitattributes
vendored
@@ -1,14 +1,14 @@
|
||||
* NH_filestag=(files_for_all_versions)
|
||||
* NH_filestag=(file%s_for_all_versions)
|
||||
..files NH_filegenerated=Makefile,Makefile.bcc,Makefile.gcc,qt_kde0.moc,qt_win.moc,qttableview.moc,tile.c,monstr.c,vis_tab.c
|
||||
Makefile.bcc NH_filesgentag=(files_for_win32_that_are_moved_into_src_at_compile_time)
|
||||
Makefile.bcc NH_filesgentag=(file%s_for_win32_that_are_moved_into_src_at_compile_time)
|
||||
Makefile.gcc NH_filesgentag=>Makefile.bcc
|
||||
Makefile NH_filesgentag=>Makefile.bcc
|
||||
|
||||
qt_kde0.moc NH_filesgentag=(files_generated_by_'moc'_for_Qt_interface_at_compile_time)
|
||||
qt_kde0.moc NH_filesgentag=(file%s_generated_by_'moc'_for_Qt_interface_at_compile_time)
|
||||
qt_win.moc NH_filesgentag=>qt_kde0.moc
|
||||
qttableview.moc NH_filesgentag=>qt_kde0.moc
|
||||
|
||||
tile.c NH_filesgentag=(file_optionally_generated_by_tilemap_at_compile_time)
|
||||
tile.c NH_filesgentag=(file%s_optionally_generated_by_tilemap_at_compile_time)
|
||||
|
||||
monstr.c NH_filesgentag=(files_generated_by_makedefs_at_compile_time)
|
||||
monstr.c NH_filesgentag=(file%s_generated_by_makedefs_at_compile_time)
|
||||
vis_tab.c NH_filesgentag=>monstr.c
|
||||
|
||||
2
sys/amiga/.gitattributes
vendored
2
sys/amiga/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
*.p NHSUBST
|
||||
* NH_filestag=(files_for_Amiga_versions_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_Amiga_versions_-_untested_for_3.6.2)
|
||||
|
||||
2
sys/atari/.gitattributes
vendored
2
sys/atari/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_Atari_version_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.6.2)
|
||||
|
||||
2
sys/be/.gitattributes
vendored
2
sys/be/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_BeOS_version_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.6.2)
|
||||
|
||||
2
sys/mac/.gitattributes
vendored
2
sys/mac/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
NHDeflts NHSUBST
|
||||
* NH_filestag=(files_for_68K_Macintosh_versions)
|
||||
* NH_filestag=(file%s_for_68K_Macintosh_versions)
|
||||
|
||||
4
sys/msdos/.gitattributes
vendored
4
sys/msdos/.gitattributes
vendored
@@ -4,6 +4,6 @@ Makefile.* NHSUBST
|
||||
Install.* NHSUBST
|
||||
moveinit.pat NH_header=no
|
||||
vesa.h NH_header=no
|
||||
* NH_filestag=(files_for_MSDOS_version_-_untested_for_3.6.2)
|
||||
nhico.uu NH_filestag=(files_for_running_MSDOS_binary_under_Windows)
|
||||
* NH_filestag=(file%s_for_MSDOS_version_-_untested_for_3.6.2)
|
||||
nhico.uu NH_filestag=(file%s_for_running_MSDOS_binary_under_Windows)
|
||||
nhpif.uu NH_filestag=>nhico.uu
|
||||
|
||||
2
sys/os2/.gitattributes
vendored
2
sys/os2/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
Makefile.* NHSUBST
|
||||
* NH_filestag=(files_for_OS/2_version_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.6.2)
|
||||
|
||||
14
sys/share/.gitattributes
vendored
14
sys/share/.gitattributes
vendored
@@ -5,19 +5,19 @@ dgn_comp.h NH_header=no
|
||||
lev_comp.h NH_header=no
|
||||
Makefile.lib NH_header=no
|
||||
|
||||
Makefile.lib NH_filestag=(files_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
|
||||
#termcap.uu NH_filestag=(files_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
|
||||
Makefile.lib NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
|
||||
#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
|
||||
termcap.uu NH_filestag=>Makefile.lib
|
||||
|
||||
pcmain.c NH_filestag=(file_for_MSDOS,_OS/2,_NT,_Amiga,_and_Atari_versions_-_untested_for_3.6.2)
|
||||
|
||||
pcsys.c NH_filestag=(files_for_MSDOS,_OS/2,_NT,_and_Atari_versions_-_untested_for_3.6.2)
|
||||
pcsys.c NH_filestag=(file%s_for_MSDOS,_OS/2,_NT,_and_Atari_versions_-_untested_for_3.6.2)
|
||||
pcunix.c NH_filestag=>pcsys.c
|
||||
|
||||
NetHack.cnf NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.2)
|
||||
pctty.c NH_filestag=>NetHack.cnf
|
||||
|
||||
ioctl.c NH_filestag=(files_for_UNIX_and_Be_versions)
|
||||
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)
|
||||
@@ -37,8 +37,8 @@ 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=(posix_regex_for_versions_that_include_regex_in_their_C_library)
|
||||
posixregex.c NH_filestag=60(posix_regex_for_versions_that_include_regex_in_their_C_library)
|
||||
|
||||
cppregex.cpp NH_filestag=(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in)
|
||||
cppregex.cpp NH_filestag=61(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in)
|
||||
|
||||
pmatchregex.c NH_filestag=(pmatch_regex_for_other_versions)
|
||||
pmatchregex.c NH_filestag=62(pmatch_regex_for_other_versions)
|
||||
|
||||
2
sys/share/sounds/.gitattributes
vendored
2
sys/share/sounds/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_Amiga_and_Macintosh_versions)
|
||||
* NH_filestag=(file%s_for_Amiga_and_Macintosh_versions)
|
||||
|
||||
6
sys/unix/.gitattributes
vendored
6
sys/unix/.gitattributes
vendored
@@ -5,6 +5,6 @@ README.linux NHSUBST
|
||||
depend.awk NHSUBST
|
||||
sysconf NHSUBST
|
||||
*shr NH_header=no
|
||||
* NH_filestag=(files_for_UNIX_versions)
|
||||
cpp?.shr NH_filestag=(files_for_replacement_cpp,_only_needed_by_some_ancient_UNIX_systems)
|
||||
snd86unx.shr NH_filestag=(file_for_sound_driver_for_386_UNIX)
|
||||
* NH_filestag=(file%s_for_UNIX_versions)
|
||||
cpp?.shr NH_filestag=(file%s_for_replacement_cpp,_only_needed_by_some_ancient_UNIX_systems)
|
||||
snd86unx.shr NH_filestag=(file%s_for_sound_driver_for_386_UNIX)
|
||||
|
||||
2
sys/unix/hints/.gitattributes
vendored
2
sys/unix/hints/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
* NHSUBST
|
||||
* NH_filestag=(files_for_configuring_UNIX_NetHack_versions)
|
||||
* NH_filestag=(file%s_for_configuring_UNIX_NetHack_versions)
|
||||
|
||||
2
sys/vms/.gitattributes
vendored
2
sys/vms/.gitattributes
vendored
@@ -2,4 +2,4 @@ Makefile.* NHSUBST
|
||||
*.com NHSUBST
|
||||
Install.vms NHSUBST
|
||||
sysconf NHSUBST
|
||||
* NH_filestag=(files_for_VMS_version)
|
||||
* NH_filestag=(file%s_for_VMS_version)
|
||||
|
||||
2
sys/wince/.gitattributes
vendored
2
sys/wince/.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
*.ce NHSUBST
|
||||
*.mak NHSUBST
|
||||
*.bat NHSUBST
|
||||
* NH_filestag=(files_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)
|
||||
|
||||
2
sys/wince/ceinc/.gitattributes
vendored
2
sys/wince/ceinc/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(header_files_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)
|
||||
* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)
|
||||
|
||||
4
sys/winnt/.gitattributes
vendored
4
sys/winnt/.gitattributes
vendored
@@ -5,6 +5,6 @@ sysconf NHSUBST
|
||||
*.rc NHSUBST
|
||||
*.bat NHSUBST
|
||||
*.def NH_header=no
|
||||
* NH_filestag=(files_for_Windows_7/8.x/10_version)
|
||||
* NH_filestag=(file%s_for_Windows_7/8.x/10_version)
|
||||
..files NH_filegenerated=nethack.ico
|
||||
nethack.ico NH_filesgentag=(files_generated_by_uudecode_at_compile_time)
|
||||
nethack.ico NH_filesgentag=(file%s_generated_by_uudecode_at_compile_time)
|
||||
|
||||
8
util/.gitattributes
vendored
8
util/.gitattributes
vendored
@@ -1,13 +1,13 @@
|
||||
*.pl NHSUBST
|
||||
*.[ly] NHSUBST
|
||||
* NH_filestag=(files_for_all_versions)
|
||||
* NH_filestag=(file%s_for_all_versions)
|
||||
*.[ly] NH_filestag=(lex/yacc_input_for_special_level_and_dungeon_compilers)
|
||||
|
||||
..files NH_filegenerated=uudecode.exe,tiletxt.c,dgn_lex.c,dgn_yacc.c,lev_lex.c,lev_yacc.c
|
||||
uudecode.exe NH_filesgentag=(files_generated_for_win32_at_compile_time)
|
||||
tiletxt.c NH_filesgentag=(file_generated_for_unix_at_compile_time_if_various_tiles_utilities_are_built)
|
||||
uudecode.exe NH_filesgentag=(file%s_generated_for_win32_at_compile_time)
|
||||
tiletxt.c NH_filesgentag=(file%s_generated_for_unix_at_compile_time_if_various_tiles_utilities_are_built)
|
||||
|
||||
dgn_lex.c NH_filesgentag=(files_generated_by_lex_and_yacc_(or_copied_from_sys/share)_at_compile_time)
|
||||
dgn_lex.c NH_filesgentag=(file%s_generated_by_lex_and_yacc_(or_copied_from_sys/share)_at_compile_time)
|
||||
dgn_yacc.c NH_filesgentag=>dgn_lex.c
|
||||
lev_lex.c NH_filesgentag=>dgn_lex.c
|
||||
lev_yacc.c NH_filesgentag=>dgn_lex.c
|
||||
|
||||
2
win/Qt/.gitattributes
vendored
2
win/Qt/.gitattributes
vendored
@@ -1,4 +1,4 @@
|
||||
Install.Qt NHSUBST
|
||||
qpe-nethack.control NH_header=no
|
||||
knethack.lnk NH_header=no
|
||||
* NH_filestag=(files_for_the_Qt_3_widget_library_-_X11,_Windows,_Mac_OS_X,_or_Qtopia)
|
||||
* NH_filestag=(file%s_for_the_Qt_3_widget_library_-_X11,_Windows,_Mac_OS_X,_or_Qtopia)
|
||||
|
||||
2
win/Qt4/.gitattributes
vendored
2
win/Qt4/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_the_Qt_4_widget_library_-_X11,_Windows,_Mac_OS_X)
|
||||
* NH_filestag=(file%s_for_the_Qt_4_widget_library_-_X11,_Windows,_Mac_OS_X)
|
||||
|
||||
2
win/X11/.gitattributes
vendored
2
win/X11/.gitattributes
vendored
@@ -4,4 +4,4 @@ Install.X11 NHSUBST
|
||||
nethack.rc NHSUBST
|
||||
*.bdf NH_header=no
|
||||
*.xbm NH_header=no
|
||||
* NH_filestag=(files_for_X_versions)
|
||||
* NH_filestag=(file%s_for_X_versions)
|
||||
|
||||
2
win/chain/.gitattributes
vendored
2
win/chain/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_stacking_window_systems)
|
||||
* NH_filestag=(file%s_for_stacking_window_systems)
|
||||
|
||||
2
win/gem/.gitattributes
vendored
2
win/gem/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_GEM_versions_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.6.2)
|
||||
|
||||
2
win/gnome/.gitattributes
vendored
2
win/gnome/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_GNOME_versions_-_untested_for_3.6.2)
|
||||
* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.6.2)
|
||||
|
||||
2
win/macosx/.gitattributes
vendored
2
win/macosx/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
*.applescript NHSUBST
|
||||
* NH_filestag=(files_for_macosx_versions)
|
||||
* NH_filestag=(file%s_for_macosx_versions)
|
||||
|
||||
2
win/share/.gitattributes
vendored
2
win/share/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
tile.doc NHSUBST
|
||||
* NH_filestag=(files_for_versions_using_optional_tiles)
|
||||
* NH_filestag=(file%s_for_versions_using_optional_tiles)
|
||||
|
||||
2
win/tty/.gitattributes
vendored
2
win/tty/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_tty_versions)
|
||||
* NH_filestag=(file%s_for_tty_versions)
|
||||
|
||||
2
win/win32/.gitattributes
vendored
2
win/win32/.gitattributes
vendored
@@ -8,4 +8,4 @@
|
||||
*.props NH_header=no
|
||||
resource.h NH_header=no
|
||||
nhresource.h NH_header=no
|
||||
* NH_filestag=(files_for_Windows_versions_-_tested_up_to_Windows_10)
|
||||
* NH_filestag=(file%s_for_Windows_versions_-_tested_up_to_Windows_10)
|
||||
|
||||
2
win/win32/vs2017/.gitattributes
vendored
2
win/win32/vs2017/.gitattributes
vendored
@@ -1 +1 @@
|
||||
* NH_filestag=(files_for_Visual_Studio_2017_Community_Edition_builds)
|
||||
* NH_filestag=(file%s_for_Visual_Studio_2017_Community_Edition_builds)
|
||||
|
||||
Reference in New Issue
Block a user