summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--src/.gitignore13
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fba27f..c277720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2008-05-03  Dan McGee <dpmcgee@gmail.com>
 
 	* Fixed klibc/klcc build problems.
+	* Added gitignore.
 
 2008-05-03  Herbert Xu <herbert@gondor.apana.org.au>
 
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..644eccb
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,13 @@
+*.o
+builtins.[ch]
+builtins.def
+dash
+init.c
+mkinit
+mknodes
+mksignames
+mksyntax
+nodes.[ch]
+signames.c
+syntax.[ch]
+token.h