From 65a3cc0348dcf0f6bb10cddfce6138cd5a231391 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Thu, 3 Dec 2015 16:34:13 +0100 Subject: Added a '.gitignore' file for the repository. --- .gitignore | 31 +++++++++++++++++++++++++++++++ ChangeLog | 5 +++++ 2 files changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62d3e58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# -*- mode: sh -*- + +# Emacs +*~ + +# Object files +*.o +*.l[ao] + +# Autoconf & Co +.deps +.libs +Makefile +Makefile.in + +# Flex/Bison +*_gram.c +*_gram.h +*_tok.c + +# Python +__pycache__ + +# d2c +*.g +.gen +fmk.done +src/arch/arm/v7/opcodes/ + +# GLib +src/glibext/chrysamarshal.* diff --git a/ChangeLog b/ChangeLog index e000b54..15cf0af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +15-12-03 Cyrille Bagard + + * .gitignore: + Add a '.gitignore' file for the repository. + 15-12-01 Cyrille Bagard * src/analysis/db/cdb.c: -- cgit v0.11.2-87-g4458