diff options
author | futpib | 2022-07-12 18:36:03 +0400 |
---|---|---|
committer | futpib | 2022-07-12 18:36:03 +0400 |
commit | db0530f29c2bf624d88c6bd796e91e0e93d50b39 (patch) | |
tree | e2b2ea371211906da9c6c919e155beda079b48b3 /.gitignore | |
download | aur-db0530f29c2bf624d88c6bd796e91e0e93d50b39.tar.gz |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..8a658e57fbfb --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +* +!.gitignore +!.dockerignore +!PKGBUILD +!.SRCINFO +!Dockerfile
\ No newline at end of file |