# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1689883403 -7200
# Node ID 1610b6528b27de90a84a28619a87fe31d397206d
# Parent  f7a0e962650da40d94c84ba5e422984270b3542c
Add .gitignore

diff -r f7a0e962650d -r 1610b6528b27 .gitignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Thu Jul 20 22:03:23 2023 +0200
@@ -0,0 +1,15 @@
+aclocal.m4
+config.log
+config.status
+configure
+iec2c
+iec2iec
+*.o
+**/Makefile
+**/Makefile.in
+*.Po
+*.a
+autom4te.cache/*
+config/*
+stage1_2/*.cc
+stage1_2/*.hh
\ No newline at end of file