Codebase list cjose / 19d77617-e1f0-41a2-b905-3b7446dffb2c/main .gitignore
19d77617-e1f0-41a2-b905-3b7446dffb2c/main

Tree @19d77617-e1f0-41a2-b905-3b7446dffb2c/main (Download .tar.gz)

.gitignore @19d77617-e1f0-41a2-b905-3b7446dffb2c/mainraw · history · blame

# Build files
autom4te.cache/
config.log
config.status
Makefile
libtool
*/.deps
*/.libs
include/cjose/version.h
doc/Doxyfile
**/*.pkg-tag
**/*.img-tag

# Object files
*.o
*.lo

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.la

# Executables
*.exe
*.out
*.app

# Documentation and Packaging
doc/*.tag
doc/html
doc/latex
cjose.pc

# Tests and logging
test/check_cjose
test/*.log
test/*.trs

# local edit and ide files
.swp
.*.swp
.tags
*.sublime-project
*.sublime-workspace
*-e
/.project
/.cproject

# Deliverables
cjose-*.tar.gz
dist/