Added .gitignore

master
Tibor Bizjak 2023-06-02 13:11:53 +02:00
parent 9890fece0f
commit b83bed8fd1
1 changed files with 16 additions and 0 deletions

16
.gitignore vendored 100644
View File

@ -0,0 +1,16 @@
# ------- main .gitgnore -------
# ignore everything
*
# except .gitignore
!.gitignore
# ------- k&r .gitignore -------
# except k&r
!k\&r/
# except chapters
!k\&r/[0-9]*/
# and excercise solutions
!k\&r/*/[0-9]*.c
# and header files
!k\&r/*/*.h