diff options
author | abs3nt | 2023-03-17 21:43:14 -0700 |
---|---|---|
committer | abs3nt | 2023-03-17 21:43:14 -0700 |
commit | ee9570b3882f4f4deba6a3d24c1a99f43dc25d6a (patch) | |
tree | 21b9df35f742c641e9fa58e9c94180579a210694 /.gitignore | |
download | aur-memcardpro-git.tar.gz |
initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..7e2679b2c099 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +#Ignore everything +* + +#But not these files... +!.gitignore +!PKGBUILD +!.SRCINFO |