Files
Argo/.gitignore
Gordon Fontenot 2753653e31 Use Git Submodules for development
This solves a couple of issues:

1. Users that pass `--no-build --use-submodules` can now use Argo
   without running into errors from missing framework search paths
   (fixes #121)
2. Users that want to use Submodules as a dependency management solution
   can now do so without having to jump through any additional hoops.

We're still going to use Carthage as a development dependency, but it's
going to act as a semantic wrapper around submodules, instead of relying
on the binaries.
2015-05-04 13:16:42 -04:00

36 lines
331 B
Plaintext

# OS X Finder
.DS_Store
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
*.xccheckout
# Build products
build/
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
# Cocoapods
Pods
# Carthage
Carthage/Build
# AppCode specific files
.idea/
*.iml