update .gitattributes files for substitution and copyright headers
This commit is contained in:
8
.gitattributes
vendored
8
.gitattributes
vendored
@@ -1,9 +1,15 @@
|
|||||||
*.[ch] NHSUBST
|
*.[ch] NHSUBST
|
||||||
|
*.cpp NHSUBST
|
||||||
*.sh NHSUBST
|
*.sh NHSUBST
|
||||||
|
*.pl NHSUBST
|
||||||
|
Porting NHSUBST
|
||||||
|
README NHSUBST
|
||||||
* text=auto
|
* text=auto
|
||||||
*.hqx -text
|
*.hqx -text
|
||||||
*.sln -text
|
*.sln -text
|
||||||
*.vcxproj -text
|
*.vcxproj -text
|
||||||
*.doc !diff
|
*.doc !diff
|
||||||
*.DOC !diff
|
*.DOC !diff
|
||||||
|
*.uu NH_header=no
|
||||||
|
*.xpm NH_header=no
|
||||||
|
.git* NH_header=no
|
||||||
|
|||||||
2
DEVEL/.gitattributes
vendored
2
DEVEL/.gitattributes
vendored
@@ -2,3 +2,5 @@
|
|||||||
nhgitset.pl NHSUBST
|
nhgitset.pl NHSUBST
|
||||||
hooksdir/* NHSUBST
|
hooksdir/* NHSUBST
|
||||||
* text=auto
|
* text=auto
|
||||||
|
DOTGIT/TARGET NH_header=no
|
||||||
|
hooksdir/TARGET NH_header=no
|
||||||
|
|||||||
3
dat/.gitattributes
vendored
3
dat/.gitattributes
vendored
@@ -1,3 +1,6 @@
|
|||||||
*.def NHSUBST
|
*.def NHSUBST
|
||||||
*.des NHSUBST
|
*.des NHSUBST
|
||||||
*.txt NHSUBST
|
*.txt NHSUBST
|
||||||
|
data.base NHSUBST
|
||||||
|
symbols NHSUBST
|
||||||
|
tribute NHSUBST
|
||||||
|
|||||||
6
doc/.gitattributes
vendored
6
doc/.gitattributes
vendored
@@ -2,4 +2,8 @@
|
|||||||
*.6 NHSUBST
|
*.6 NHSUBST
|
||||||
fixes.* NHSUBST
|
fixes.* NHSUBST
|
||||||
window.doc NHSUBST
|
window.doc NHSUBST
|
||||||
|
config.nh NHSUBST
|
||||||
|
Guidebook.txt NH_header=no
|
||||||
|
tmac.n NH_header=no
|
||||||
|
fixes* NH_header=no
|
||||||
|
*.txt NH_header=no
|
||||||
|
|||||||
2
sys/msdos/.gitattributes
vendored
2
sys/msdos/.gitattributes
vendored
@@ -2,3 +2,5 @@
|
|||||||
*.bat NHSUBST
|
*.bat NHSUBST
|
||||||
Makefile.* NHSUBST
|
Makefile.* NHSUBST
|
||||||
Install.* NHSUBST
|
Install.* NHSUBST
|
||||||
|
moveinit.pat NH_header=no
|
||||||
|
vesa.h NH_header=no
|
||||||
|
|||||||
5
sys/share/.gitattributes
vendored
5
sys/share/.gitattributes
vendored
@@ -1 +1,6 @@
|
|||||||
Makefile.* NHSUBST
|
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
|
||||||
|
|||||||
6
sys/unix/.gitattributes
vendored
6
sys/unix/.gitattributes
vendored
@@ -1 +1,7 @@
|
|||||||
Makefile.* NHSUBST
|
Makefile.* NHSUBST
|
||||||
|
Install.unx NHSUBST
|
||||||
|
NewInstall.unx NHSUBST
|
||||||
|
README.linux NHSUBST
|
||||||
|
depend.awk NHSUBST
|
||||||
|
sysconf NHSUBST
|
||||||
|
*shr NH_header=no
|
||||||
|
|||||||
2
sys/vms/.gitattributes
vendored
2
sys/vms/.gitattributes
vendored
@@ -1,2 +1,4 @@
|
|||||||
Makefile.* NHSUBST
|
Makefile.* NHSUBST
|
||||||
*.com NHSUBST
|
*.com NHSUBST
|
||||||
|
Install.vms NHSUBST
|
||||||
|
sysconf NHSUBST
|
||||||
|
|||||||
3
sys/winnt/.gitattributes
vendored
3
sys/winnt/.gitattributes
vendored
@@ -1,4 +1,7 @@
|
|||||||
Install.nt NHSUBST
|
Install.nt NHSUBST
|
||||||
Makefile.* NHSUBST
|
Makefile.* NHSUBST
|
||||||
|
defaults.nh NHSUBST
|
||||||
|
sysconf NHSUBST
|
||||||
*.rc NHSUBST
|
*.rc NHSUBST
|
||||||
*.bat NHSUBST
|
*.bat NHSUBST
|
||||||
|
*.def NH_header=no
|
||||||
|
|||||||
3
win/Qt/.gitattributes
vendored
Normal file
3
win/Qt/.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Install.Qt NHSUBST
|
||||||
|
qpe-nethack.control NH_header=no
|
||||||
|
knethack.lnk NH_header=no
|
||||||
4
win/X11/.gitattributes
vendored
4
win/X11/.gitattributes
vendored
@@ -1,2 +1,6 @@
|
|||||||
nh??icon NHSUBST
|
nh??icon NHSUBST
|
||||||
*.ad NHSUBST
|
*.ad NHSUBST
|
||||||
|
Install.X11 NHSUBST
|
||||||
|
nethack.rc NHSUBST
|
||||||
|
*.bdf NH_header=no
|
||||||
|
*.xbm NH_header=no
|
||||||
|
|||||||
1
win/macosx/.gitattributes
vendored
Normal file
1
win/macosx/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.applescript NHSUBST
|
||||||
1
win/share/.gitattributes
vendored
Normal file
1
win/share/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
tile.doc NHSUBST
|
||||||
10
win/win32/.gitattributes
vendored
Normal file
10
win/win32/.gitattributes
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
*.mak NHSUBST
|
||||||
|
*.sln -text
|
||||||
|
*.vcxproj -text
|
||||||
|
*.def NH_header=no
|
||||||
|
*.sln NH_header=no
|
||||||
|
*.vcxproj NH_header=no
|
||||||
|
*.proj NH_header=no
|
||||||
|
*.props NH_header=no
|
||||||
|
resource.h NH_header=no
|
||||||
|
nhresource.h NH_header=no
|
||||||
Reference in New Issue
Block a user