Browse Source

Remove checked in executables

Cameron Cawley 7 months ago
parent
commit
a7ea5ba9d1
3 changed files with 5 additions and 2 deletions
  1. 5 2
      .gitignore
  2. BIN
      demo/rawfb/sdl/demo
  3. BIN
      demo/rawfb/x11/bin/demo

+ 5 - 2
.gitignore

@@ -1,5 +1,4 @@
-demo/*/*.exe
-demo/*/*.obj
+demo/*/*/demo
 demo/*/bin/*
 example/bin/*
 docs/xml
@@ -10,4 +9,8 @@ doc/*
 *.tmp
 *.swo
 *.swp
+*.o
+*.obj
+*.exe
+*.dSYM
 /private/

BIN
demo/rawfb/sdl/demo


BIN
demo/rawfb/x11/bin/demo