diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-16 13:23:56 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-16 13:23:56 -0500 |
commit | cd507c92f617d4a8a3f7bb0b43e425491ef7184d (patch) | |
tree | 42144ef0f35b91e7955f570c5ecc4bcec3c4d780 /.gitignore_global |
initial commit of dotfiles
Diffstat (limited to '.gitignore_global')
-rw-r--r-- | .gitignore_global | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..31f3c2a --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,39 @@ +# Compiled source # +################### +*.dll +*.exe +*.o +*.so +*.pyc + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + + +*.swp +*.swo |