2010-02-17 20:03:30 -07:00
|
|
|
# linux backup files
|
|
|
|
*~
|
|
|
|
|
|
|
|
# compiled binaries
|
|
|
|
output/*
|
|
|
|
|
|
|
|
# this one is important, track it
|
|
|
|
!output/Memory.xml
|
|
|
|
|
|
|
|
# a file generated by cmake
|
2010-04-02 10:36:43 -06:00
|
|
|
dfhack/include/config.h
|
2010-08-16 01:46:07 -06:00
|
|
|
library/private/config.h
|
2010-02-17 20:03:30 -07:00
|
|
|
|
|
|
|
# any build folders
|
|
|
|
build*/
|
|
|
|
|
|
|
|
#except for the real one
|
|
|
|
!build/
|
|
|
|
|
|
|
|
#ignore Kdevelop stuff
|
|
|
|
.kdev4
|
2010-04-02 10:36:43 -06:00
|
|
|
|
|
|
|
#fake curses header
|
|
|
|
examples/fake-curses.h
|
2010-05-02 20:29:17 -06:00
|
|
|
|
|
|
|
# Python binding binaries
|
2010-05-02 20:36:29 -06:00
|
|
|
*.pyc
|
2010-05-02 21:06:46 -06:00
|
|
|
dfhack/python/pydfhack/_pydfhack.so
|
|
|
|
dfhack/python/PyDFHack.egg-info
|
2010-05-02 21:12:31 -06:00
|
|
|
dfhack/python/build
|
2010-05-03 04:36:59 -06:00
|
|
|
dfhack/python/dist
|