use the proper column name in pg_stat_activity for the postgres version
[xtuple] / .gitattributes
index b5e7cb2..bcd2e4c 100644 (file)
@@ -1,20 +1,14 @@
-# Set default behaviour, in case users don't have core.autocrlf set.
-* text=auto
+# Set default behavior, change CRLF to LF
+* text eol=lf
 
-# Explicitly declare text files we want to always be normalized and converted
-# to native line endings on checkout.
-*.c text
-*.h text
-
-# Declare files that will always have CRLF line endings on checkout.
-*.sln text eol=crlf
-# Declare files that will always have LF line endings on checkout.
-*.sh text eol=lf
-
-# Denote all files that are truly binary and should not be modified.
-*.png binary
+# Do not treat these as text
 *.jpg binary
-
-# Ignore database files
-*.json binary
-*.sql binary
+*.data binary
+*.png binary
+*.ttf binary
+*.otf binary
+*.eot binary
+*.gif binary
+*.gz binary
+*.ico binary
+*.phar binary
\ No newline at end of file