Remove temp files with tilde at the end from the repo
This commit is contained in:
parent
c8518218e5
commit
325116e15f
7 changed files with 5 additions and 5633 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -78,3 +78,6 @@ Makefile
|
|||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,autotools
|
||||
|
||||
fckgw
|
||||
*.o
|
||||
*~
|
||||
|
|
|
@ -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~
5626
configure~
File diff suppressed because it is too large
Load diff
|
@ -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
0
src/api_key.c
Normal file
0
src/api_key.h
Normal file
0
src/api_key.h
Normal file
|
@ -1,4 +1,5 @@
|
|||
#include <stdio.h>
|
||||
#include <./api_key.h>
|
||||
|
||||
int main(void) {
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue