diff options
-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 |