Skip to content

Commit

Permalink
Migrate to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kamaev committed Nov 18, 2012
1 parent c4c0638 commit 8252b9a
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 34 deletions.
46 changes: 46 additions & 0 deletions .gitattributes
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
41 changes: 41 additions & 0 deletions .gitignore
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
34 changes: 0 additions & 34 deletions .hgignore

This file was deleted.

Empty file modified common-libs/boost/get_boost.sh
100755 → 100644
Empty file.
Empty file modified common-libs/boost/patch.filesystem.sh
100755 → 100644
Empty file.
Empty file modified common-libs/boost/patch_boost.sh
100755 → 100644
Empty file.
Empty file modified common-libs/eigen/get_eigen.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-android-cmake/project_create.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-boost/build_java.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-boost/run_java.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-cmake/build_java.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-cmake/run_java.sh
100755 → 100644
Empty file.
Empty file.
Empty file modified samples/hello-eigen/build_java.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-eigen/run_java.sh
100755 → 100644
Empty file.
Empty file modified samples/hello-gl2/project_create.sh
100755 → 100644
Empty file.
Empty file modified scripts/get_ndk_linux.sh
100755 → 100644
Empty file.
Empty file modified scripts/get_ndk_toolchain_linux.sh
100755 → 100644
Empty file.

0 comments on commit 8252b9a

Please sign in to comment.