diff options
author | Dave Love <fx@gnu.org> | 1999-09-30 14:13:07 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-30 14:13:07 +0000 |
commit | 2690179258ed0d92646261447bbd4fcd59ef31aa (patch) | |
tree | 8df39f73c7accac318317f85a59e3c3f31329375 /.gitignore | |
parent | 1791e2e537d1d3f6b865941030a4809ca9e84ccf (diff) | |
download | emacs-2690179258ed0d92646261447bbd4fcd59ef31aa.tar.gz |
#
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..ac4cfd77521 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# CVS default ignores begin +tags +TAGS +.make.state +.nse_depinfo +*~ +#* +.#* +,* +_$* +*$ +*.old +*.bak +*.BAK +*.orig +*.rej +.del-* +*.a +*.olb +*.o +*.obj +*.so +*.exe +*.Z +*.elc +*.ln +core +# CVS default ignores end +configure |