20c7750dab
- ‘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.
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
# Ignore everything in this directory
|
|
*
|
|
# Except this file
|
|
!.gitignore |