Ignore generated files
This commit is contained in:
parent
822aac18a1
commit
3dd4903f88
1 changed files with 45 additions and 0 deletions
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
*.o
|
||||||
|
*.so.*
|
||||||
|
*_parse.tab.c
|
||||||
|
*_parse.tab.h
|
||||||
|
lex.*_parse.c
|
||||||
|
|
||||||
|
Makefile
|
||||||
|
apps/Makefile
|
||||||
|
apps/*/Makefile
|
||||||
|
docker/Makefile
|
||||||
|
docker/*/Makefile
|
||||||
|
etc/Makefile
|
||||||
|
example/Makefile
|
||||||
|
lib/Makefile
|
||||||
|
lib/*/Makefile
|
||||||
|
autom4te.cache/
|
||||||
|
|
||||||
|
clixon.conf.cpp
|
||||||
|
clixon.mk
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
|
||||||
|
apps/backend/clixon_backend
|
||||||
|
apps/backend/test
|
||||||
|
apps/backend/test.c
|
||||||
|
apps/cli/clixon_cli
|
||||||
|
apps/cli/test
|
||||||
|
apps/cli/test.c
|
||||||
|
apps/dbctrl/clixon_dbctrl
|
||||||
|
apps/netconf/clixon_netconf
|
||||||
|
apps/restconf/clixon_restconf
|
||||||
|
apps/xmldb/clixon_xmldb
|
||||||
|
|
||||||
|
docker/backend/Dockerfile
|
||||||
|
docker/cli/Dockerfile
|
||||||
|
docker/netconf/Dockerfile
|
||||||
|
|
||||||
|
etc/clixonrc
|
||||||
|
|
||||||
|
example/*.conf
|
||||||
|
|
||||||
|
include/clixon_config.h
|
||||||
|
|
||||||
|
lib/src/build.c
|
||||||
|
lib/clixon/clixon.h
|
||||||
Loading…
Add table
Add a link
Reference in a new issue