diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2015-09-17 01:04:49 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2015-09-17 01:04:49 +0300 |
| commit | 396a8ad5b3291776d455a10ebb4951904dbe01bd (patch) | |
| tree | ee80bddfa4589b7f362b4b1a4c6f0ab3336d4e29 /.gitattributes | |
| download | diceware-396a8ad5b3291776d455a10ebb4951904dbe01bd.tar.gz diceware-396a8ad5b3291776d455a10ebb4951904dbe01bd.zip | |
initial commit
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d123f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto + +*.c text +*.h text +*.txt text |
