diff options
author | zlg <zlg@zlg.space> | 2010-10-13 05:21:07 -0500 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2010-10-13 05:21:07 -0500 |
commit | 38083c8728b728fdaf77f740a1e2fe9414f43193 (patch) | |
tree | 8990db6d29f0f2d9ed38d55373bdbdc756f8e439 /.gitignore | |
download | gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.tar.gz gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.tar.bz2 gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.tar.xz gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e55b17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +* + +!brushes +!brushes/* +!palettes +!palettes/* +!toolrc +!templaterc +!README.mdown +!.gitignore |