-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrey Kamaev
committed
Nov 18, 2012
1 parent
c4c0638
commit 8252b9a
Showing
18 changed files
with
87 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.git* text export-ignore | ||
|
||
* text=auto | ||
* whitespace=!indent,trail,space | ||
|
||
*.py text whitespace=tab-in-indent,trail,space | ||
*.cpp text whitespace=tab-in-indent,trail,space | ||
*.hpp text whitespace=tab-in-indent,trail,space | ||
*.cxx text whitespace=tab-in-indent,trail,space | ||
*.hxx text whitespace=tab-in-indent,trail,space | ||
*.mm text whitespace=tab-in-indent,trail,space | ||
*.c text whitespace=tab-in-indent,trail,space | ||
*.h text whitespace=tab-in-indent,trail,space | ||
*.java text whitespace=tab-in-indent,trail,space | ||
|
||
*.cmake text whitespace=tab-in-indent,trail,space | ||
*.cmakein text whitespace=tab-in-indent,trail,space | ||
*.in text whitespace=tab-in-indent,trail,space | ||
CMakeLists.txt text whitespace=tab-in-indent,trail,space | ||
|
||
*.png binary | ||
*.jepg binary | ||
*.jpg binary | ||
*.exr binary | ||
*.ico binary | ||
|
||
*.a binary | ||
*.so binary | ||
*.dll binary | ||
|
||
*.pdf binary | ||
*.pbxproj binary | ||
*.vec binary | ||
*.doc binary | ||
|
||
*.S text | ||
|
||
*.xml -text | ||
*.yml -text | ||
|
||
*.vcproj text eol=crlf merge=union | ||
*.cproject text eol=crlf merge=union | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
|
||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.DS_Store | ||
._* | ||
*.user | ||
|
||
# backup files | ||
*~ | ||
*.orig | ||
*.bak | ||
|
||
# built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# files for the dex VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# generated files | ||
bin/ | ||
gen/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Eclipse project files | ||
.classpath | ||
.project | ||
.metadata | ||
.settings/ | ||
.loadpath | ||
|
||
# vim files | ||
.*.sw[a-z] | ||
*.un~ | ||
Session.vim | ||
.netrwhist | ||
|
||
# SublimeText project files | ||
*.sublime-workspace |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
samples/hello-eigen/android/hello-android-eigen/project_create.sh
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.