summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2024-11-15 03:04:06 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2024-11-15 03:04:06 +0600
commite0139539359c0f3bec41b8ba37438f8026975774 (patch)
tree362616835d5c3a4fea10738a922933ed6da5e27f /.gitignore
downloadlog-parser-e0139539359c0f3bec41b8ba37438f8026975774.tar.gz
log-parser-e0139539359c0f3bec41b8ba37438f8026975774.zip
Initial commit
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
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