summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore output files from indent tests.Bram Moolenaar2018-12-231-0/+1
|
* patch 8.0.1179: Test_popup_and_window_resize() does not always passv8.0.1179Bram Moolenaar2017-10-071-0/+1
| | | | | | Problem: Test_popup_and_window_resize() does not always pass. Solution: Do not use $VIMPROG, pass the Vim executable in the vimcmd file. (Ozaki Kiichi, closes #2186)
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-071-0/+1
| | | | | | | Problem: Git and hg see new files after running tests. (Manuel Ortega) Solution: Add the generated file to .hgignore (or .gitignore). Delete the resulting verbose file. (Christian Brabandt) Improve dependency on opt_test.vim. Reset the 'more' option.
* patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar2017-01-281-0/+1
| | | | | | | Problem: Characters below 256 that are not one byte are not always recognized as word characters. Solution: Make vim_iswordc() and vim_iswordp() work the same way. Add a test for this. (Ozaki Kiichi)
* Add objects dirstamp to gitignore.Bram Moolenaar2016-12-021-0/+1
|
* Update gitignore for new test binary. (Oyvind Holm, closes #954)Bram Moolenaar2016-07-281-0/+1
|
* Add json_test to gitignore (Hirohito Higashi)Bram Moolenaar2016-04-021-0/+1
|
* Update ignored files. Delete file that should have been deleted by patch ↵Bram Moolenaar2016-01-021-0/+1
| | | | 7.4.1016.
* Update gitignore for files created when running tests.Bram Moolenaar2016-01-011-0/+2
|
* patch 7.4.995v7.4.995Bram Moolenaar2015-12-291-0/+2
| | | | | | Problem: gdk_pixbuf_new_from_inline() is deprecated. Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu, closes #507)
* updated for version 7.4.647v7.4.647Bram Moolenaar2015-02-271-0/+2
| | | | | | | Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
* updated for version 7.4.356v7.4.356Bram Moolenaar2014-07-091-6/+7
| | | | | Problem: Mercurial does not ignore memfile_test. (Daniel Hahler) Solution: Add memfile_test to ignored files, remove trailing spaces.
* updated for version 7.4.208v7.4.208Bram Moolenaar2014-03-191-0/+4
| | | | | Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester)
* updated for version 7.4.141v7.4.141Bram Moolenaar2014-01-101-0/+9
| | | | | | | Problem: Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG. Solution: Fix the problems. (Ken Takata)
* updated for version 7.3.1239v7.3.1239Bram Moolenaar2013-06-241-0/+3
| | | | | Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
* updated for version 7.3.1212v7.3.1212Bram Moolenaar2013-06-161-0/+1
| | | | | Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
* updated for version 7.3.1166v7.3.1166Bram Moolenaar2013-06-111-0/+1
| | | | | Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
* updated for version 7.3.667v7.3.667Bram Moolenaar2012-09-211-1/+1
| | | | | Problem: Unused variables in Perl interface. Solution: Adjust #ifdefs.
* updated for version 7.3.662v7.3.662Bram Moolenaar2012-09-181-0/+2
| | | | | Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
* Ignore file generated by tests.Bram Moolenaar2012-05-181-0/+1
|
* updated for version 7.3.122v7.3.122Bram Moolenaar2011-02-151-2/+3
| | | | | | Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
* updated for version 7.3.103v7.3.103Bram Moolenaar2011-01-221-0/+8
| | | | | | Problem: Changing 'fileformat' and then using ":w" in an empty file sets the 'modified' option. Solution: In unchanged() don't ignore 'ff' for an empty file.
* Runtime file updates.Bram Moolenaar2010-05-281-0/+3
|
* Add more pathdef.c to .hgignore.Bram Moolenaar2010-01-201-0/+1
|
* updated for version 7.2.328v7.2.328Bram Moolenaar2010-01-121-2/+1
| | | | | Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
* Add an .hgignore file (suggested by Mike Williams).Bram Moolenaar2010-01-101-0/+39