Skip to content

Commit

Permalink
Small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
brissmyr committed Dec 22, 2010
1 parent 2dd27b0 commit 243d40d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# -*- mode: snippet -*-
# name: NSLog(...)
# --
NSLog(@"${1:variable}: %@", $1);
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ac-comphist.dat
.DS_Store

0 comments on commit 243d40d

Please sign in to comment.