summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--src/.gitignore3
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index c7c8aa9..2f10f06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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