grbl-LPC-CoreXY/build/.gitignore
Sonny Jeon 20c7750dab Git fix for empty directory. Makefile updated.
- ‘build’ directory was not being synced by git because it was empty.
Added a .gitignore file in the ‘build’ directory to force git to sync
it but keep it empty.

- Updated the Makefile to not erase the .gitignore.
2015-02-10 22:10:03 -07:00

4 lines
70 B
Plaintext

# Ignore everything in this directory
*
# Except this file
!.gitignore