Skip to content

Commit

Permalink
don't ignore addons.make as it's used by the PG
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed May 11, 2016
1 parent 5f05e56 commit d5e6083
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -29,7 +29,6 @@ example-output/obj
# ignore example files for now
editorSyntaxExample/Makefile
editorSyntaxExample/Project.xcconfig
editorSyntaxExample/addons.make
editorSyntaxExample/bin/data/hello4.txt
editorSyntaxExample/bin/data/test.txt
editorSyntaxExample/bin/data/test2.txt
Expand All @@ -39,23 +38,20 @@ editorSyntaxExample/openFrameworks-Info.plist

glEditorExample/Makefile
glEditorExample/Project.xcconfig
glEditorExample/addons.make
glEditorExample/config.make
glEditorExample/editorExample.xcodeproj
glEditorExample/openFrameworks-Info.plist
glEditorExample/glEditorExample.xcodeproj

glslExample/Makefile
glslExample/Project.xcconfig
glslExample/addons.make
glslExample/config.make
glslExample/livecodingExample.xcodeproj
glslExample/openFrameworks-Info.plist
glslExample/glslExample.xcodeproj

livecodingExample/Makefile
livecodingExample/Project.xcconfig
livecodingExample/addons.make
livecodingExample/config.make
livecodingExample/livecodingExample.xcodeproj
livecodingExample/openFrameworks-Info.plist
Expand Down
1 change: 1 addition & 0 deletions editorSyntaxExample/addons.make
@@ -0,0 +1 @@
ofxGLEditor
1 change: 1 addition & 0 deletions glEditorExample/addons.make
@@ -0,0 +1 @@
ofxGLEditor
1 change: 1 addition & 0 deletions glslExample/addons.make
@@ -0,0 +1 @@
ofxGLEditor
2 changes: 2 additions & 0 deletions liveCodingExample/addons.make
@@ -0,0 +1,2 @@
ofxGLEditor
ofxLua

0 comments on commit d5e6083

Please sign in to comment.