diff options
author | Mark Wagie | 2024-12-15 12:20:05 -0700 |
---|---|---|
committer | Mark Wagie | 2024-12-15 12:20:05 -0700 |
commit | 478fe53da527b5fa384a991f777287f332b54638 (patch) | |
tree | 252fc0de6388c638b6d150cf2de7acbcb0ad650b /.gitignore | |
download | aur-opencl-icd-loader.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..c88fa7b0bf74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore everything +* + +# But not these files... +!.gitignore +!PKGBUILD +!.SRCINFO +!.nvchecker.toml |