diff options
author | Sam Steingold <sds@gnu.org> | 2000-06-19 16:16:01 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2000-06-19 16:16:01 +0000 |
commit | 3a8e2ba917c2afafeea9ada5e3e8b12d3fe01a49 (patch) | |
tree | 625118c9b1175fd214c66563b07dc52f52cfbc5e /lisp | |
parent | e851c83329167b70bf9bb115353a1c0869891e5f (diff) | |
download | emacs-3a8e2ba917c2afafeea9ada5e3e8b12d3fe01a49.tar.gz |
ignore *.elc
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/.gitignore | 1 | ||||
-rw-r--r-- | lisp/calendar/.gitignore | 1 | ||||
-rw-r--r-- | lisp/emacs-lisp/.gitignore | 1 | ||||
-rw-r--r-- | lisp/emulation/.gitignore | 1 | ||||
-rw-r--r-- | lisp/gnus/.gitignore | 1 | ||||
-rw-r--r-- | lisp/international/.gitignore | 1 | ||||
-rw-r--r-- | lisp/language/.gitignore | 1 | ||||
-rw-r--r-- | lisp/mail/.gitignore | 1 | ||||
-rw-r--r-- | lisp/net/.gitignore | 1 | ||||
-rw-r--r-- | lisp/play/.gitignore | 1 | ||||
-rw-r--r-- | lisp/progmodes/.gitignore | 1 | ||||
-rw-r--r-- | lisp/term/.gitignore | 1 | ||||
-rw-r--r-- | lisp/textmodes/.gitignore | 1 |
13 files changed, 13 insertions, 0 deletions
diff --git a/lisp/.gitignore b/lisp/.gitignore index d7ede1746ce..b8007645b92 100644 --- a/lisp/.gitignore +++ b/lisp/.gitignore @@ -1 +1,2 @@ cus-load.el +*.elc diff --git a/lisp/calendar/.gitignore b/lisp/calendar/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/calendar/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/emacs-lisp/.gitignore b/lisp/emacs-lisp/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/emacs-lisp/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/emulation/.gitignore b/lisp/emulation/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/emulation/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/gnus/.gitignore b/lisp/gnus/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/gnus/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/international/.gitignore b/lisp/international/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/international/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/language/.gitignore b/lisp/language/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/language/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/mail/.gitignore b/lisp/mail/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/mail/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/net/.gitignore b/lisp/net/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/net/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/play/.gitignore b/lisp/play/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/play/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/progmodes/.gitignore b/lisp/progmodes/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/progmodes/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/term/.gitignore b/lisp/term/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/term/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/lisp/textmodes/.gitignore b/lisp/textmodes/.gitignore new file mode 100644 index 00000000000..c531d9867f6 --- /dev/null +++ b/lisp/textmodes/.gitignore @@ -0,0 +1 @@ +*.elc |