From 297f1a4d55eeef6e8087fe682f7184a332cc294d Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Thu, 5 Mar 2015 15:46:47 +0100 Subject: moved gitignore to root dir --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3aec3b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +bin/ +*.sw[op] +*~ +obj/ +build/ +cscope.out +main.c +atmel_softpack_libraries/libjpeg +atmel_softpack_libraries/libqtouch +atmel_softpack_libraries/rtos +atmel_softpack_libraries/sam-gui +atmel_softpack_libraries/fat +atmel_softpack_libraries/memories -- cgit v1.2.3