Commit Graph

11 Commits

Author SHA1 Message Date
takase1121 1b0a2bc1aa add compile_commands.json to gitignore
Apparently ccls needs it to work, and it's usually located in project
root. I symlinked it from the build folder and now I should put it in
gitignore
2021-07-06 17:22:55 +08:00
takase1121 bbfb6167f1 add .ccls-cache to .gitignore
For that one user that uses ccls :)
2021-06-23 18:18:13 +08:00
lqdev cffcb77726 ignore SIGPIPE from subprocesses spawned with reproc 2021-06-02 17:27:40 +02:00
redtide 95da942f2e
Fixed build, missing reproc dependency (#227) 2021-05-28 18:14:40 +02:00
Francesco Abbate d6ed82a783 Configure reproc library as a meson subprojects
Address issue #208
2021-05-25 09:18:42 +02:00
lqdev 064fc35c77 added .tar.gz files to .gitignore 2021-04-25 11:45:34 +02:00
Francesco Abbate dc240fadcd Implement script to run locally a build without installing 2020-12-03 23:01:01 +01:00
Francesco Abbate a0e3ab7933 Add more patterns in .gitignores 2020-11-16 14:49:29 +01:00
Francesco Abbate 71db2d439a Add libagg as a subproject
No longer required to be installed, the subproject will be used if not
found.
2020-06-30 17:02:50 +02:00
Francesco Abbate 0e04030131 Fix and improve build script 2020-06-18 15:53:31 +02:00
Francesco Abbate 618078829c Add meson build configuration
Currently the editor will not work if it is not installed.

There is also a caveat about the 'data' directory which is installed
in the bin directory. This may work but does not seem ok because it is
pollution a shared bin directory and the 'data' folder may not be unique
to Lite.
2020-05-25 12:22:23 +02:00