summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 12:13:04 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 12:13:04 +0200
commitde89d242ec644f3be92875b1db7439da3d7dc8c4 (patch)
treef42f5fa49c900c4f171c28e64294cb290a7dba9a /.gitignore
parentfc88c687cdb0687240364df09b8248f3a6f91bc7 (diff)
Reinstate hugin.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4cfbcc4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+install
+libtool
+ltmain.sh
+missing
+stamp-h1
+*.o
+*.a
+*.la
+test_*
+*.exe
+Makefile.am.test
+.deps
+.libs
+*.dll
+plugingui/plugingui
+plugingui/rcgen
+*.lo
+test/result_*.xml
+test/resampler
+test/engine
+test/gui \ No newline at end of file