summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-04-10 08:42:27 +0200
committerOndřej Surý <ondrej@sury.org>2013-04-10 08:42:27 +0200
commite9e6c31509d7fd90be5690c56d174ef9625b687b (patch)
tree8c17fe571e2a90cd02903df06a5bf934aa9785be /.gitignore
parentdb84755370b605e65830a0e0bfbf20bdaac5a3d6 (diff)
downloadlibgd-e9e6c31509d7fd90be5690c56d174ef9625b687b.tar.gz
Update git tags and use .gitignore instead of .hgignore
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..7c74ee6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+syntax: glob
+*~
+Makefile
+config.h
+CMakeCache.txt
+CMakeFiles
+cmake_install.cmake
+cscope.out
+CPackConfig.cmake
+CPackSourceConfig.cmake
+CTestTestfile.cmake
+libimagequant
+libimagequant-prefix \ No newline at end of file