chore: introduce a gitignore

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-09 22:38:29 +02:00
parent 7ff105cae9
commit 6f4eb98203
Signed by: mfocko
GPG key ID: 7C47D46246790496

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
*
!**/
!.gitignore
# Helper scripts
!*.sh
# Archived problem sets
!*.html
# C++
!.common/makefile
!*.cpp
!*.hpp
# but ignore catch
.common/catch*
# Java
!*.java