summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* docs: don't rebuild binprot XML anymoredormando2022-08-251-2/+0
| | | | | | | | | xml2rfc's toolchain has bitrotted and I don't intend on changing the binary protocol documentation anymore. Instead I've included the .txt files from 1.6.16 and commented out the build docs. Even if I adjust the call args for xml2rfc it complains about the copyright being old and I don't want to think about that :(
* .gitignore updatedormando2021-07-251-0/+1
| | | | my clang vim plugin whatevers creates a .cache directory.
* gitignore/whitespace ignore update1.5.1dormando2017-08-241-0/+1
|
* .gitignore updates.1.4.29dormando2016-07-131-0/+2
|
* also ignore .i and .s extensions (used when analyzing assembly output)Paul Lindner2016-06-271-1/+1
|
* add vim swap file to .gitignore and t/whitespace.t's exempt list1.4.22Menghan2014-12-311-0/+1
|
* Generate the memcached.spec along with the version number.Dustin Sallings2009-08-291-0/+1
|
* Put a time limit on memcached processes started from within tests.Dustin Sallings2009-08-141-0/+1
| | | | | This solves the problem where certain test failures would cause indefinite hangs as child processes refused to ever exit.
* Added docs target for generating doxygen.Dustin Sallings2009-04-171-0/+1
|
* Doxygenating.Dustin Sallings2009-04-171-0/+1
|
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-1/+1
| | | | The suffix pool could be thread-local and use the generic cache
* Use git's version number for releases.Dustin Sallings2009-03-261-1/+2
| | | | | | | | | | | | | | | | This will allow more specific version numbers, while simplifying a proper release down to a tag and make dist. During development, ./version.sh needs to run periodically to update the version number. I'd recommend just adding a call to version.sh as a git post commit hook: % cat .git/hooks/post-commit echo "Updating version." ./version.sh (and make sure the file is executable)
* start of the incr fix, rearranges a bunch, adds util, tests, etcBrad Fitzpatrick2009-03-191-0/+1
|
* Created a tool to show us the sizes of various data structures.Dustin Sallings2009-03-101-0/+1
|
* Ignore emacs TAGS file.Dustin Sallings2009-03-061-0/+1
|
* Dist-hook should remove *~ files instead of .svn files (we don't use ↵Trond Norbye2009-03-041-0/+3
| | | | subversion anymore). Added generated files to .gitignore
* Added tcov-files to gitignore and clean targetTrond Norbye2009-03-021-0/+2
|
* added gcov files to gitignoreSteve Yen2009-02-261-0/+2
|
* Ignore .gcno files (from gcov).Dustin Sallings2009-01-291-0/+1
|
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-0/+1
|
* Added tags, cscope.out, and *~Dustin Sallings2008-06-181-0/+3
|
* Added a .gitignoreDustin Sallings2008-04-281-0/+21