Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Titor8115 committed Apr 18, 2023
1 parent 3a24479 commit a5df876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -4,3 +4,6 @@ test/
build/
build.d
mdn
.cache/
.clang-format
compile_commands.json
6 changes: 3 additions & 3 deletions src/config.c
Expand Up @@ -17,13 +17,13 @@
* along with Mandown. If not, see <http://www.gnu.org/licenses/>.
*/

#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include "config.h"

static struct mdn_cfg rc_rule =
{
.use_mouse = CONFIG_TRUE,
Expand Down Expand Up @@ -140,4 +140,4 @@ configure()
config_destroy(&cfg);
free(rc_path);
return &rc_rule;
}
}

0 comments on commit a5df876

Please sign in to comment.