diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitattributes | 2 | ||||
| -rw-r--r-- | .gitignore | 7 | 
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d347add..f349fed 100644 --- a/.gitattributes +++ b/.gitattributes  | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | .gitattributes export-ignore | 1 | .gitattributes export-ignore | 
| 2 | .gitignore export-ignore | ||
| 2 | build-packages.sh export-ignore | 3 | build-packages.sh export-ignore | 
| 3 | TODO export-ignore | 4 | TODO export-ignore | 
| 5 | devel export-ignore | ||
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56345ea --- /dev/null +++ b/.gitignore  | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | *.o | ||
| 2 | *.so | ||
| 3 | manual.html | ||
| 4 | notes | ||
| 5 | packages | ||
| 6 | tags | ||
| 7 | tests/utf8.dat | ||
