Skip to content

Commit

Permalink
fix: remove accident garbage from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 25, 2024
1 parent 9b4ecaf commit f1a0b4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ dkms.conf
build/*

# Test files directory
test/*
!test/*.c
tests/*
!tests/*.c

# Generated files
result
Expand Down
2 changes: 2 additions & 0 deletions include/token.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef SABINE_TOKEN_H
#define SABINE_TOKEN_H

#include <stdbool.h>

struct pos
{
/* Which */
Expand Down
3 changes: 0 additions & 3 deletions tests/.gitignore

This file was deleted.

Empty file removed tests/basic
Empty file.

0 comments on commit f1a0b4d

Please sign in to comment.