summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* makefile: set '.contrib-libs' file as an intermediateSteven Noonan2009-10-241-0/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefile: don't use intermediate .compflag.h fileSteven Noonan2009-10-181-1/+0
| | | | | | | | It's not necessary, because the compflag.h header will never exist, because the makefile has it marked as an .INTERMEDIATE, which means it's deleted automatically if the build is cancelled or finishes. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Add compilation information to Version namespaceMatthew Cline2009-10-181-0/+2
| | | | | | | | | | The Version namespace now provides the compiler which was used, the OS, machine type and processor type the compilation was done on, and the CFLAGS, CFLAGS_L and LDFLAGS which were used. If GCC was the compiler, it also provides the compiler version. This information is included in crash reports, and can be dumped using the new command line option "-version".
* gen_ver.pl: add build.h generator scriptSteven Noonan2009-10-181-0/+3
| | | | | | | | This works best with 'git describe', but if it can't use that (i.e. in an official release tree, outside of git), it will use release_ver in the util directory. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefile: cleaning up, improving readibility and speedSteven Noonan2009-10-161-0/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add tile build supportSteven Noonan2009-10-151-2/+10
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* .gitignore: organization, comments, Vim, miscMatthew Cline2009-10-151-27/+35
| | | | | | | | | | | | | | | | | | | | * Made some more sections headed with a comment and moved lines there. * Added a Vim modeline so that Vim will treat .gitingore as a config file. * If the same file is opened mulitple times by separate instances of Vim, the first swap file will be .FOO.swp, the second .FOO.swo, the third .FOO.swn, and so on; deal with having up to three swap files. * A "/" at the start of a filename matches the local repository root, so (for example) "/dat" will only match a file named "dat" if it's in the top-level directory, rather than matching "dat" anywhere. * A "/" at the end of a filename means that the file must be a directory, so git-status will still note the file's presence if it's a link or normal file.
* contribs: added SDL, SDL_image, Freetype, libpngSteven Noonan2009-10-151-0/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-141-0/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: fix projects to compile Crawl properlySteven Noonan2009-10-121-0/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Add more xcode files to .gitignore.Robert Vollmert2009-10-101-0/+1
|
* gitignore: ignore MinGW and Cygwin binary outputsSteven Noonan2009-10-101-0/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* .gitignore: ignore only rltiles/*.png, not the actual tile dirs.Adam Borowski2009-10-061-0/+1
|
* Ignore UNIX makefile dependencies file (mafefile.dep) and Emacs/vimMatthew Cline2009-09-301-0/+3
| | | | backup files (*~).
* gitignore: ignore folders and symlinks created by dolinks.shSteven Noonan2009-09-291-0/+5
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* gitignore: add dat/tiles/gui.png to ignore listSteven Noonan2009-09-291-0/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Ignore more core dumps (Zaba).Darshan Shaligram2009-09-291-0/+1
|
* Set up a basic testing framework for LOS. ./crawl -test with a full debug ↵Darshan Shaligram2009-09-241-1/+1
| | | | build will run the test.
* .gitignore: ignore Xcode cruftSteven Noonan2009-09-231-0/+5
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Move .gitignore into crawl-ref (RjY).dshaligram2009-07-281-0/+30
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10445 c06c8d41-db1a-0410-9941-cceddc491573