Commit Graph

15 Commits (f04d1096d4ed70b0da01117956c3b550cdaaf735)

Author SHA1 Message Date
Brian 0446dd3ad8 PlatformIO-related changes
- move platformio.ini out of source directory to be more consistent with 'normal' PlatformIO usage
  - facilitates IDE integration
- add related .gitignores
Brian 627730948d Add U8glib as a dependency to platformio.ini for those who use PlatformIO; this makes compiling even easier as u8glib will be downloaded and included automatically.
Also added the new .pio-related directory to .gitignore, and a few ignores for those who use cmake.
Scott Lahteine f890ceba9e Add 'tags' to .gitignore
Robby Candra 0dada36e5a Ignore Visual Studio Files
Brian 9c0404eae4 Move platformio directories out of source tree
Scott Lahteine 17bd77031f .gitignore comments in correct format
João Brázio e7ab26dc9c
Updates .gitignore
AnHardt 0c8e747f88 extend .gitignore
Richard Wackerbarth a33e20b27d Adjust per-project .gitignore
Refer to http://git-scm.com/docs/gitignore
to see why this is appropriate
Bo Herrmannsen 206b7f4e92 Update .gitignore
monkeydave 3f9707aa33 Added .gitignore back into repo
Bo Herrmannsen 60959f196f Delete .gitignore
Robert F-C 221286c10a Add .gitignore change to ignore .bak files (produced by WinMerge and other editors)
Robert F-C 9547fb9dfb Add duplication and auto-park mode for dual x-carriage support.
Ian Jackson 71404eef29 .gitignore: Add *~, *.orig, *.rej, move to root directory
Move the .gitignore out of the Marlin subdirectory so it applies to
the whole tree, and add some missing patterns.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>