mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
Add a .gitignore: unboredom on mingw and msvc.
This commit is contained in:
parent
590e1c95e9
commit
bd2b73941d
1 changed files with 40 additions and 0 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
*~
|
||||
.*.swp
|
||||
\#*
|
||||
|
||||
build
|
||||
|
||||
*.data
|
||||
*.dll
|
||||
*.exe
|
||||
*.exp
|
||||
*.fas
|
||||
*.ilk
|
||||
*.implib
|
||||
*.lib
|
||||
*.manifest
|
||||
*.obj
|
||||
*.pdb
|
||||
|
||||
|
||||
msvc/help.doc
|
||||
msvc/*.bat
|
||||
msvc/*.lsp
|
||||
msvc/c/*.[ch]
|
||||
msvc/clos/*.lsp
|
||||
msvc/clos/*.[ch]
|
||||
msvc/cmp/*.lsp
|
||||
msvc/cmp/*.[ch]
|
||||
msvc/ecl/*.h
|
||||
msvc/ecl/gc/*.h
|
||||
msvc/ecl/gc/private/*.h
|
||||
msvc/ext/*.[ch]
|
||||
msvc/gc/gc_cpp.cpp
|
||||
msvc/gmp/msvc-build
|
||||
msvc/gmp/*.[ch]
|
||||
msvc/lsp/*.lsp
|
||||
msvc/lsp/*.[ch]
|
||||
|
||||
BUILD-STAMP
|
||||
MODULES
|
||||
Makefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue