This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kore
Watch
1
Star
0
Fork
1
You've already forked kore
mirror of
https://git.kore.io/kore.git
synced
2024-11-11 04:39:00 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4e556dbd8f
kore
/
.gitignore
10 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Basic gitignore
2013-11-16 12:41:01 +01:00
kore
*.o
*.swp
Ignored .lvimrc and prior vim stale files if there
2016-07-05 16:47:33 +02:00
*.swo
Add *.module to gitignore
2014-04-09 19:14:24 +02:00
*.module
Ignore DSYM on osx
2014-04-12 16:18:19 +02:00
*.DSYM
add cert/
2014-04-02 00:07:52 +02:00
cert
Allow "kore build" to produce single binaries. Producing single binaries can now be done with building with "kore build". To get started edit your build.conf and add the following directives: single_binary = yes kore_source = /path/to/kore optionally you can add kore_flavor to instruct how kore should be built: kore_flavor = NOTLS=1 When doing this your build.conf must also include the correct linking options as the linking is now done fully by kore build. The binary produced will include your configuration and takes over a few of kore its command line flags (such as -f, -n or -r).
2016-07-06 16:16:15 +02:00
obj
Ignored .lvimrc and prior vim stale files if there
2016-07-05 16:47:33 +02:00
.lvimrc
Reference in New Issue
Copy Permalink