source: trunk/.gitignore @ 92

Last change on this file since 92 was 92, checked in by sam, 13 years ago

Convert everything to the autotools. Managing source dependencies will be
easier.

File size: 324 bytes
Line 
1# Autotools cruft
2*.o
3*.lo
4*.a
5*.la
6*.exe
7*.userprefs
8*.usertasks
9*.pidb
10.auto
11.libs
12.deps
13Makefile
14Makefile.in
15aclocal.m4
16autom4te.cache
17config.h.in
18config.h
19config.log
20config.status
21configure
22libtool
23stamp-*
24*-stamp
25# Our binaries
26src/test-map
27src/editor
28tools/make-font
29# Our data
30art/*.png
31art/test/*.png
32gfx/font/*.png
Note: See TracBrowser for help on using the repository browser.