diff options
author | jao <jao@gnu.org> | 2008-08-31 07:11:50 +0200 |
---|---|---|
committer | jao <jao@oblong.net> | 2008-08-31 07:11:50 +0200 |
commit | 2049ccf1a2d469e4c04dc4345e2a5dd067d1a6df (patch) | |
tree | f08a775ad66ef07375f6832d98a7bc0afb84aef4 /samples | |
parent | 0aa3d867ea3e8facdfc166ce446c197f39a2703d (diff) | |
download | mdk-2049ccf1a2d469e4c04dc4345e2a5dd067d1a6df.tar.gz mdk-2049ccf1a2d469e4c04dc4345e2a5dd067d1a6df.tar.bz2 |
.ignore files for the compilation products
Diffstat (limited to 'samples')
-rw-r--r-- | samples/.gitignore | 3 | ||||
-rw-r--r-- | samples/tests/.gitignore | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/samples/.gitignore b/samples/.gitignore index bc57821..d5ff074 100644 --- a/samples/.gitignore +++ b/samples/.gitignore @@ -1,3 +1,4 @@ -/Makefile.in /*.mix /*.mls +/Makefile +/Makefile.in diff --git a/samples/tests/.gitignore b/samples/tests/.gitignore index 10a7e8d..b336cc7 100644 --- a/samples/tests/.gitignore +++ b/samples/tests/.gitignore @@ -1 +1,2 @@ +/Makefile /Makefile.in |