Hi,

The attached patch adds a .gitignore file to the repository.

Best wishes.
Mario
-- 
http://parenteses.org/mario
>From db79d904b6ea77fcacfbdee62dc2dc2783dc0aa9 Mon Sep 17 00:00:00 2001
From: Mario Domenech Goulart <[email protected]>
Date: Mon, 15 Oct 2012 19:14:57 -0300
Subject: [PATCH] Add .gitignore

---
 .gitignore |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 97 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..17ff7c1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,97 @@
+*.o
+*.so
+*.a
+
+*.import.c
+setup-api.import.scm
+setup-download.import.scm
+
+buildbranch
+buildid
+buildtag.h
+
+batch-driver.c
+build-version.c
+c-backend.c
+chicken-bug.c
+chicken.c
+chicken-ffi-syntax.c
+chicken-install.c
+chicken-profile.c
+chicken-status.c
+chicken-syntax.c
+chicken-uninstall.c
+compiler.c
+compiler-syntax.c
+c-platform.c
+csc.c
+csi.c
+data-structures.c
+eval.c
+expand.c
+extras.c
+files.c
+irregex.c
+library.c
+lfa2.c
+lolevel.c
+modules.c
+optimizer.c
+ports.c
+posixunix.c
+profiler.c
+scheduler.c
+scrutinizer.c
+setup-api.c
+setup-download.c
+srfi-13.c
+srfi-14.c
+srfi-18.c
+srfi-1.c
+srfi-4.c
+srfi-69.c
+stub.c
+support.c
+tcp.c
+unboxing.c
+utils.c
+
+chicken-bug
+chicken-status
+chicken-profile
+chicken-install
+chicken-uninstall
+csi
+csc
+chicken
+chicken-boot
+chicken-boot-stage1
+
+libchicken.so*
+
+chicken-config.h
+chicken-defaults.h
+
+tests/a.out
+tests/dwindtst.out
+tests/empty-file
+tests/fft1
+tests/fft2
+tests/r4rstest.log
+tests/rev-app-2/
+tests/scrutiny-2.out
+tests/scrutiny.out
+tests/test-repository/
+tests/tmp.c
+tests/tmp/
+tests/tmp1
+tests/tmp2
+tests/tmp3
+tests/ec.import.scm
+tests/m3.import.scm
+tests/reexport-m1.import.scm
+tests/reexport-m3.import.scm
+tests/reexport-m4.import.scm
+tests/reverser/tags/1.0/reverser.import.scm
+tests/reverser/tags/1.1/reverser.import.scm
+tests/square-functor.import.scm
-- 
1.7.9.5

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to