about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-11-29 10:45:54 +0300
committerNakidai <nakidai@disroot.org>2024-11-29 10:46:32 +0300
commite5035fb268858c2b76ba1d866f7b27e5f41405db (patch)
tree825f8dfdecb960d95d759c224e63307d0d80d7cd
parent91a156fb59a8d4b9eadbf9b2ba0e9985b49f62fb (diff)
downloadlibhttpc-e5035fb268858c2b76ba1d866f7b27e5f41405db.tar.gz
libhttpc-e5035fb268858c2b76ba1d866f7b27e5f41405db.zip
Add config.h to .gitignore
-rw-r--r--.gitignore1
-rw-r--r--include/config.h7
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