1
0

Removed faulty .gitattributes.

They cause git to think that files have been modified although they have not, and makes it impossible to revert the files to un-changed form.
See http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone 's first answer.
This commit is contained in:
madmaxoft
2013-11-27 09:32:28 +01:00
parent 49760db89d
commit 557ebc88d7
2 changed files with 8 additions and 71 deletions

View File

@@ -1,8 +1,8 @@
Import( 'env buildLibrary' )
buildLibrary( env, Split( """
json_reader.cpp
json_value.cpp
json_writer.cpp
""" ),
'json' )
Import( 'env buildLibrary' )
buildLibrary( env, Split( """
json_reader.cpp
json_value.cpp
json_writer.cpp
""" ),
'json' )