From 7c8f1cec8750c86c2447b9bc8d6a027fd4b24258 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 4 Aug 2015 13:48:30 +0200 Subject: [PATCH] .gitignore: make room for private stuff. These files for local configurations tend to pile up and having them just lying around clutters a 'git status'. Putting them into private/ makes them invisible for Git now. As we're on the topic, I use such Makefile targets for my printers: sells: private/config.sells.h sells: private/board.sells.h private/printer.sells.h @echo "Compiling and uploading for the Sells Mendel." $(MAKE) -f Makefile-AVR USER_CONFIG=private/config.sells.h \ MCU=atmega1284p F_CPU=20000000UL all avrdude -s -V -c stk500v2 -b 115200 -p $(MCU) -P /dev/ttyUSB0 \ -U flash:w:$(PROGRAM).hex --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a4ae8c..7974110 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build *~ +private/ temporal.png temporal_data config.h