Skip to content

Commit

Permalink
Update/add .gitignore and .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Mar 17, 2018
1 parent 836a521 commit 2ebd9ee
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ dev/apertium-en-el.el.dix -text svneol=unset#application/xml
/modes.xml -text
texts/rasskaz.ell.txt -text svneol=unset#application/octet-stream
texts/rasskaz.eng.txt -text
*.dix linguist-language=XML linguist-detectable=true
*.lrx linguist-language=XML linguist-detectable=true
*.lsx linguist-language=XML linguist-detectable=true
*.tsx linguist-language=XML linguist-detectable=true
*.t[[:digit:]]x linguist-language=XML linguist-detectable=true
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*.bin
/*.gz
/*.m4
/*.pc
/INSTALL
/Makefile
/Makefile.in
/ap_include.am
/autom4te.cache
/config.log
/config.status
/configure
/install-sh
/missing
/modes
/*.mode
/.deps
/config.in
/config
/*.prob

0 comments on commit 2ebd9ee

Please sign in to comment.