mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
6cdd1be93e
* update build.gradle for latest AGP * bump Android Gradle Plugin version to 4.1.1 * ignore .cxx which was externalNativeBuild in old versions Use variable 'rootDir' instead of using relative path. * build.gradle copies AAR files to libs/
38 lines
397 B
Plaintext
38 lines
397 B
Plaintext
.vscode/
|
|
.vs/
|
|
|
|
*.iml
|
|
.idea/
|
|
.externalNativeBuild/
|
|
.gradle/
|
|
gradle/
|
|
gradlew*
|
|
local.properties
|
|
build/
|
|
support/.cxx
|
|
|
|
bin/
|
|
/_CPack_Packages
|
|
/CMakeScripts
|
|
/doc/doxyxml
|
|
/doc/html
|
|
/doc/node_modules
|
|
virtualenv
|
|
/Testing
|
|
/install_manifest.txt
|
|
*~
|
|
*.a
|
|
*.so*
|
|
*.xcodeproj
|
|
*.zip
|
|
cmake_install.cmake
|
|
CPack*.cmake
|
|
fmt-*.cmake
|
|
CTestTestfile.cmake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
FMT.build
|
|
Makefile
|
|
run-msbuild.bat
|
|
fmt.pc
|