diff options
author | 2024-11-15 03:04:06 +0600 | |
---|---|---|
committer | 2024-11-15 03:04:06 +0600 | |
commit | e0139539359c0f3bec41b8ba37438f8026975774 (patch) | |
tree | 362616835d5c3a4fea10738a922933ed6da5e27f /.gitignore | |
download | log-parser-e0139539359c0f3bec41b8ba37438f8026975774.tar.gz log-parser-e0139539359c0f3bec41b8ba37438f8026975774.zip |
Initial commit
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..854a00e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +* +!**/ +!Makefile +!.gitignore +!src/lexer.h +!src/system.l +!src/system.proto +!src/system.yy +!test/*.log |