Navigation Menu

Skip to content

Commit

Permalink
Adjusted .gitignore decorations to the needs of MKCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbeaudoin committed Oct 28, 2012
1 parent 10c7228 commit c0826ef
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
*~
*.o
*.dylib
*.dll
*.bundle
*.so
*.a
*.fasl
*.fas
*.fasb
ASDF-TMP-*
MKCLINIT*
Makefile
1 change: 1 addition & 0 deletions contrib/.gitignore
@@ -0,0 +1 @@
!Makefile
1 change: 1 addition & 0 deletions msvc/.gitignore
@@ -0,0 +1 @@
!Makefile
14 changes: 14 additions & 0 deletions src/.gitignore
@@ -0,0 +1,14 @@
*.asd
mkcl_min
ucd.dat
help.doc
BUILD-STAMP
TAGS
bare.lsp
compile.lsp
compile.pre
config.log
config.status
ext/
bin/
encodings/
7 changes: 7 additions & 0 deletions src/c/.gitignore
@@ -0,0 +1,7 @@
GNUmakefile
makefile.depend
dpp
[a-ce-z]*.c
disassembler.c
Makefile
symbols_list2.h
4 changes: 4 additions & 0 deletions src/clos/.gitignore
@@ -0,0 +1,4 @@
*.c
*.h
*.data
load.lsp
7 changes: 7 additions & 0 deletions src/cmp/.gitignore
@@ -0,0 +1,7 @@
*.c
*.h
*.data
load.lsp
cmpdefs.pre
cmpdefs.lsp

2 changes: 2 additions & 0 deletions src/doc/.gitignore
@@ -0,0 +1,2 @@
mkcl-config.man
mkcl.man
7 changes: 7 additions & 0 deletions src/gc/.gitignore
@@ -0,0 +1,7 @@
*.lo
*.la
*.pc
configure.lineno
.deps/
.libs/
libtool
2 changes: 2 additions & 0 deletions src/gc/include/private/.gitignore
@@ -0,0 +1,2 @@
config.h
stamp-h1
1 change: 1 addition & 0 deletions src/gc/libatomic_ops/pkgconfig/.gitignore
@@ -0,0 +1 @@
*.pc
6 changes: 6 additions & 0 deletions src/lsp/.gitignore
@@ -0,0 +1,6 @@
*.c
*.h
*.data
config.lsp
config.pre
load.lsp
3 changes: 3 additions & 0 deletions src/mkcl/.gitignore
@@ -0,0 +1,3 @@
config.h
configpre.h
gc

0 comments on commit c0826ef

Please sign in to comment.