From 5a30c608fd311c8ce05760335d88208982efc4a5 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 20 Feb 2018 23:40:06 +0100 Subject: Bootstrap project --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf0c2c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +* +!*/ + +!.gitignore +!.gitkeep + +!makefile +!*.lex +!*.y +!*.c +!*.h +!*.txt +!*.md +!*.tex + +*.yy.c +*.tab.c +*.tab.h + -- cgit v1.2.3