diff options
author | Thorsten Wißmann | 2018-04-15 14:59:19 +0900 |
---|---|---|
committer | Thorsten Wißmann | 2018-04-15 15:02:16 +0900 |
commit | 65b188b0bfec71403fdc77bf249147e25c826a86 (patch) | |
tree | 01c56a33ccb5fa0718d26fce3777603bd6828eba /.gitignore | |
download | aur-65b188b0bfec71403fdc77bf249147e25c826a86.tar.gz |
Initial commit
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..278587ee91fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*~ +.*.swp +*.tar.xz +/code +/pkg +/src |