Changed from using .cvsignore to .gitignore.
This commit is contained in:
parent
225338d784
commit
627769ccc8
2 changed files with 63 additions and 10 deletions
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
*.[oa]
|
||||||
|
*.dSYM
|
||||||
|
*.elc
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*~
|
||||||
|
.deps/
|
||||||
|
.libs/
|
||||||
|
.svn
|
||||||
|
/.deps
|
||||||
|
/.libs
|
||||||
|
/AUTHORS
|
||||||
|
/Makefile
|
||||||
|
/Makefile.in
|
||||||
|
/acconf.h
|
||||||
|
/acconf.h.in
|
||||||
|
/acconf.h.in~
|
||||||
|
/aclocal.m4
|
||||||
|
/autom4te.cache
|
||||||
|
/config.guess
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
|
/config.sub
|
||||||
|
/configure
|
||||||
|
/depcomp
|
||||||
|
/elc-stamp
|
||||||
|
/elisp-comp
|
||||||
|
/install-sh
|
||||||
|
/ledger
|
||||||
|
/ledger.info
|
||||||
|
/libtool
|
||||||
|
/ltmain.sh
|
||||||
|
/make.deps
|
||||||
|
/missing
|
||||||
|
/pending
|
||||||
|
/stamp-h1
|
||||||
|
/texinfo.tex
|
||||||
|
AUTHORS
|
||||||
|
INSTALL
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
acconf.h
|
||||||
|
acconf.h.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache/
|
||||||
|
config.guess
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
doc/*.info
|
||||||
|
elc-stamp
|
||||||
|
elisp-comp
|
||||||
|
install-sh
|
||||||
|
ledger
|
||||||
|
ledger.info
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
stamp-h1
|
||||||
|
texinfo.tex
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
1
|
|
||||||
10
|
|
||||||
2
|
|
||||||
3
|
|
||||||
4
|
|
||||||
5
|
|
||||||
6
|
|
||||||
7
|
|
||||||
8
|
|
||||||
9
|
|
||||||
Loading…
Add table
Reference in a new issue