Skip to content

Commit

Permalink
Add missing gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
uliwitness committed Jun 17, 2016
1 parent 2ae3aad commit 0108781
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*.o
*.lo
*.la
*.al
.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
#*#
.#*
.*.swp
.DS_Store
*~.nib
*.pbxuser
*.mode1
*.pbxuser
*.mode1v3
build
xcuserdata
*.xcworkspacedata
*.xcworkspace
.idea
*.xcuserdata

0 comments on commit 0108781

Please sign in to comment.