diff options
| author | Nakidai <nakidai@disroot.org> | 2024-11-29 10:45:54 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-11-29 10:46:32 +0300 |
| commit | e5035fb268858c2b76ba1d866f7b27e5f41405db (patch) | |
| tree | 825f8dfdecb960d95d759c224e63307d0d80d7cd | |
| parent | 91a156fb59a8d4b9eadbf9b2ba0e9985b49f62fb (diff) | |
| download | libhttpc-e5035fb268858c2b76ba1d866f7b27e5f41405db.tar.gz libhttpc-e5035fb268858c2b76ba1d866f7b27e5f41405db.zip | |
Add config.h to .gitignore
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | include/config.h | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 8bba76a..7ab317c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ compile_commands.json obj/ .cache/ config.mk +include/config.h diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 91077a4..0000000 --- a/include/config.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __LIBHTTPC_CONFIG_H__ -#define __LIBHTTPC_CONFIG_H__ - - -#define LibHTTPC_SOCK - -#endif |