diff options
| author | anbr <vdr07@deltab.de> | 2011-10-08 07:59:24 +0200 |
|---|---|---|
| committer | anbr <vdr07@deltab.de> | 2011-10-08 07:59:24 +0200 |
| commit | c1ae80233f02b43036526743d3a110f3a3036bf4 (patch) | |
| tree | f1f07a2a963de7bdd99d2a8c959dcca40f56b49a | |
| parent | 06a505cda0307cfa04daf8e750ae6a66d87343e8 (diff) | |
| download | xxv-c1ae80233f02b43036526743d3a110f3a3036bf4.tar.gz xxv-c1ae80233f02b43036526743d3a110f3a3036bf4.tar.bz2 | |
add .gitignore to ignore some files
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08aa21b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +.dependencies +*.so +*.pot +*.tgz +*~
\ No newline at end of file |
