exc/.gitignore

17 lines
248 B
Plaintext
Raw Normal View History

2023-06-02 13:11:53 +02:00
# ------- 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