diff options
author | Matt Turner <mattst88@gmail.com> | 2011-08-06 15:25:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-06 15:25:15 -0400 |
commit | 3bf23fa01d486b6b475e79de95fbb0824840ce5e (patch) | |
tree | 873fb518d058b22809911254cd80773ab2323648 | |
parent | e84cf30f6f08d487d194c20810719db8cd8b603d (diff) |
Move generated src/* files to src/.gitignore
Spotted-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | src/.gitignore | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -76,6 +76,3 @@ core # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' # -src/laygram.c -src/laygram.h -src/laylex.c diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..6ed9f2b --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,3 @@ +laygram.c +laygram.h +laylex.c |