diff options
| author | IOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at> | 2017-10-09 16:15:30 +0200 |
|---|---|---|
| committer | IOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at> | 2017-10-09 16:15:30 +0200 |
| commit | 22c1e890f8bab16eebd89fab3395b7e6fc1d90ef (patch) | |
| tree | 05332c422e2b12fbfa4db6a7f4ba05082558fff7 | |
| parent | 44e8c742d4fd088069888efe491ba16672e67d6b (diff) | |
Prevent .gitignore and friends from being exported to the final archive
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f49e821 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# make sure that .gitignore, .travis.yml,... are not part of a +# source-package generated via 'git archive' +.git* export-ignore +/.* export-ignore |
