Remove temp files with tilde at the end from the repo

This commit is contained in:
Z. Charles Dziura 2025-06-02 13:23:42 -04:00
parent c8518218e5
commit 325116e15f
7 changed files with 5 additions and 5633 deletions

3
.gitignore vendored
View file

@ -78,3 +78,6 @@ Makefile
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,autotools
fckgw
*.o
*~

View file

@ -1,6 +0,0 @@
AC_INIT([fckgw], [1.0])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([-Wall -Wextra -Werror foreign])
AC_PROG_CC_STDC
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT

5626
configure~

File diff suppressed because it is too large Load diff

View file

@ -1,2 +1,2 @@
bin_PROGRAMS = fckgw
fckgw_SOURCES = main.c
fckgw_SOURCES = main.c api_key.c

0
src/api_key.c Normal file
View file

0
src/api_key.h Normal file
View file

View file

@ -1,4 +1,5 @@
#include <stdio.h>
#include <./api_key.h>
int main(void) {
return 0;