Update: .gitirgnore

This commit is contained in:
Frederick Chen 2025-02-14 06:28:36 +00:00
parent 8a2b918e22
commit 338303f753
2 changed files with 4 additions and 18 deletions

4
.gitignore vendored
View File

@ -50,3 +50,7 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
# config
fame.cpp
.cph/

18
fame
View File

@ -1,18 +0,0 @@
#include <bits/stdc++.h>
#define lo long long
#define INF INT_MAX
#define LLM LONG_LONG_MAX
using namespace std;
const int N = 1e7 + 10;
/*
toothless. #17
@fredcss_dev
*/
signed main()
{
return 0;
}