diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-11-30 08:57:57 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-11-30 08:57:57 +0100 |
| commit | 8a97e33b589a1faa948fa99fadf1bb605223ce38 (patch) | |
| tree | 8d70cea687fcd42feb0143721de58bb7aedce96a /.gitignore | |
| parent | d44ba0da6efd862ff28db044829f72f28dd1b67f (diff) | |
| download | slackbuilder-8a97e33b589a1faa948fa99fadf1bb605223ce38.tar.gz | |
Ignore archives
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e97ca2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Files mentioned in this file will be ignored by git +*.rpm +*.swp +*.tar.gz +*.tar.gz.asc +*.tar.bz2 +*.tar.xz +*.tbz2 +*.tgz +*.txz +*.zip +*.gem +*.7z +*.lz +*.pk3 +*.run +*.Z +*.deb +*.jar +*~ +.directory +*.phar |
