mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
49 lines
617 B
Text
49 lines
617 B
Text
*.o
|
|
*.a
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
.*.swp
|
|
default.apspec
|
|
cyphesis.spec
|
|
cyphesis.iss
|
|
server/buildid.cpp
|
|
server/cyphesis
|
|
client/cyclient
|
|
tools/cyaddrules
|
|
tools/cycmd
|
|
tools/cyconfig
|
|
tools/cyconvertrules
|
|
tools/cydb
|
|
tools/cydumprules
|
|
tools/cyloadrules
|
|
tools/cypasswd
|
|
tools/cypython
|
|
man/manpage.*
|
|
tests/*test
|
|
tests/*test.log
|
|
tests/*integration
|
|
tests/*integration.log
|
|
tests/test-suite.log
|
|
doc
|
|
python_doc
|
|
cc.vim
|
|
log
|
|
tags
|
|
*.exe
|
|
# Ignore temporary files
|
|
*~
|
|
# Ignore desktop files
|
|
.directory
|
|
# ignore Eclipse project files
|
|
.project
|
|
.cproject
|
|
.settings
|
|
.cdtconfig*
|
|
.pydevproject
|
|
#ignore build directories
|
|
builds
|
|
x86
|
|
x86_64
|
|
.idea
|
|
*.pyc
|