exc/.gitignore

19 lines
274 B
Plaintext
Raw Normal View History

2023-06-02 13:11:53 +02:00
# ------- main .gitgnore -------
# ignore everything
*
# except .gitignore
!.gitignore
2023-06-02 13:32:45 +02:00
# except license
!LICENSE
2023-06-02 13:11:53 +02:00
# ------- 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