]> granicus.if.org Git - nethack/commitdiff
Add .gitattribute files.
authorkeni <keni@his.com>
Thu, 26 Feb 2015 13:54:12 +0000 (08:54 -0500)
committerkeni <keni@his.com>
Thu, 26 Feb 2015 13:54:12 +0000 (08:54 -0500)
13 files changed:
.gitattributes
dat/.gitattributes [new file with mode: 0644]
doc/.gitattributes [new file with mode: 0644]
sys/amiga/.gitattributes [new file with mode: 0644]
sys/mac/.gitattributes [new file with mode: 0644]
sys/msdos/.gitattributes [new file with mode: 0644]
sys/os2/.gitattributes [new file with mode: 0644]
sys/share/.gitattributes [new file with mode: 0644]
sys/unix/.gitattributes [new file with mode: 0644]
sys/unix/hints/.gitattributes [new file with mode: 0644]
sys/vms/.gitattributes [new file with mode: 0644]
sys/wince/.gitattributes [new file with mode: 0644]
sys/winnt/.gitattributes [new file with mode: 0644]

index 72533dbce5666106588d560ba1414c1535fb401b..894a91c8e15295383a81dc3c318cfa34ee9c9c79 100644 (file)
@@ -1,4 +1,5 @@
 *.[ch] filter=NHtext merge=NHsubst
+*.sh filter=NHtext merge=NHsubst
 * text=auto
 *.hqx -text
 *.sln -text
diff --git a/dat/.gitattributes b/dat/.gitattributes
new file mode 100644 (file)
index 0000000..72aa05e
--- /dev/null
@@ -0,0 +1,3 @@
+*.def  filter=NHtext merge=NHsubst
+*.des  filter=NHtext merge=NHsubst
+*.txt  filter=NHtext merge=NHsubst
diff --git a/doc/.gitattributes b/doc/.gitattributes
new file mode 100644 (file)
index 0000000..9ca8810
--- /dev/null
@@ -0,0 +1,5 @@
+*.mn   filter=NHtext merge=NHsubst
+*.6    filter=NHtext merge=NHsubst
+fixes.*        filter=NHtext merge=NHsubst
+window.doc filter=NHtext merge=NHsubst
+
diff --git a/sys/amiga/.gitattributes b/sys/amiga/.gitattributes
new file mode 100644 (file)
index 0000000..7a28030
--- /dev/null
@@ -0,0 +1 @@
+*.p filter=NHtext merge=NHsubst
diff --git a/sys/mac/.gitattributes b/sys/mac/.gitattributes
new file mode 100644 (file)
index 0000000..62b9832
--- /dev/null
@@ -0,0 +1 @@
+NHDeflts filter=NHtext merge=NHsubst
diff --git a/sys/msdos/.gitattributes b/sys/msdos/.gitattributes
new file mode 100644 (file)
index 0000000..baef52e
--- /dev/null
@@ -0,0 +1,4 @@
+*.BC filter=NHtext merge=NHsubst
+*.bat filter=NHtext merge=NHsubst
+Makefile.* filter=NHtext merge=NHsubst
+Install.* filter=NHtext merge=NHsubst
diff --git a/sys/os2/.gitattributes b/sys/os2/.gitattributes
new file mode 100644 (file)
index 0000000..8cffb77
--- /dev/null
@@ -0,0 +1 @@
+Makefile.* filter=NHtext merge=NHsubst
diff --git a/sys/share/.gitattributes b/sys/share/.gitattributes
new file mode 100644 (file)
index 0000000..8cffb77
--- /dev/null
@@ -0,0 +1 @@
+Makefile.* filter=NHtext merge=NHsubst
diff --git a/sys/unix/.gitattributes b/sys/unix/.gitattributes
new file mode 100644 (file)
index 0000000..8cffb77
--- /dev/null
@@ -0,0 +1 @@
+Makefile.* filter=NHtext merge=NHsubst
diff --git a/sys/unix/hints/.gitattributes b/sys/unix/hints/.gitattributes
new file mode 100644 (file)
index 0000000..a079959
--- /dev/null
@@ -0,0 +1 @@
+* filter=NHtext merge=NHsubst
diff --git a/sys/vms/.gitattributes b/sys/vms/.gitattributes
new file mode 100644 (file)
index 0000000..8cffb77
--- /dev/null
@@ -0,0 +1 @@
+Makefile.* filter=NHtext merge=NHsubst
diff --git a/sys/wince/.gitattributes b/sys/wince/.gitattributes
new file mode 100644 (file)
index 0000000..e034edc
--- /dev/null
@@ -0,0 +1,3 @@
+*.ce filter=NHtext merge=NHsubst
+*.mak filter=NHtext merge=NHsubst
+*.bat filter=NHtext merge=NHsubst
diff --git a/sys/winnt/.gitattributes b/sys/winnt/.gitattributes
new file mode 100644 (file)
index 0000000..2a38b02
--- /dev/null
@@ -0,0 +1,4 @@
+Install.nt filter=NHtext merge=NHsubst
+Makefile.* filter=NHtext merge=NHsubst
+*.rc filter=NHtext merge=NHsubst
+*.bat filter=NHtext merge=NHsubst