Skip to content

Commit c456b1a

Browse files
committed
Added all the chip doc folders to the gitignore
1 parent 89acd78 commit c456b1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ build/
2222
# mac os x stuff
2323
.DS_Store
2424

25-
# project main
25+
# target docs folder
26+
targets/chip/*/docs/*
27+
28+
# project folder
2629
project/*

targets/core/atmel/atsam4s/port.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ namespace klib::core::atsam4s::io {
259259
pin_od<Pin>::set(val);
260260
}
261261
};
262-
263262
}
264263

265264
#endif

0 commit comments

Comments
 (0)