diff options
| author | Henning Jungkurth <henning.jungkurth@gmail.com> | 2011-06-14 18:44:32 +0200 |
|---|---|---|
| committer | Henning Jungkurth <henning.jungkurth@gmail.com> | 2011-06-14 18:44:32 +0200 |
| commit | f39a2d83ab35a81cd7f1c1c3271f9a764db57ca5 (patch) | |
| tree | ac20078e8f0fd18435bf5922b86755f6cd18b1b0 /.gitignore | |
| parent | 20b75f394f0e027f9523ecd20432ffcdb8cf6977 (diff) | |
Added .gitignore after plugin separation.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca649a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +.svn +.DS_Store +._.* +*.o +build +Makefile +autom4te.cache +*~ +*.pbxuser +*.perspectivev3 +*.mode1v3 +*.mode2v3 +*.pbxuser +*.tm_build_errors +*.tmproj +Developer.xcconfig
\ No newline at end of file |