Commit graph

78 commits

Author SHA1 Message Date
Celtic Minstrel
ab6369098f Remove *.vcxproj.user files
While they did contain settings that are required for Wesnoth to run
correctly in the Visual Studio debugger, these settings can also be
specified in the main project file (even if only by manually editing
the XML).

Including the *.user files is problematic since it also includes things
that a developer may wish to frequently change, such as command-line
arguments.

Thus, the settings have been moved into the main project file.
2016-09-09 17:17:53 -04:00
Gregory A Lundberg
5a27d9513f Add .vscode to .gitignore 2016-07-11 11:50:07 -05:00
aquileia
ffd1638628 gitignore: Add install_manifest.txt
As suggested by @spixi

Due to commit d577938 where the *.txt rule was removed, we have to ignore that file manually.

[skip ci]
2016-05-23 08:52:19 +02:00
aquileia
d1718ae135 vcproj: Revert e2549c1, update .gitignore
*.vcproj.*.user files contain user specific settings.

*.vcproj.user files contain general settings, e.g. for the debugger, which
are required for our unit tests.
2016-05-14 16:25:14 +02:00
gfgtdf
0ee7451a00 ignore all other msvc projectfiles than for vc12 2016-04-30 14:42:21 +02:00
Celtic Minstrel
6c9cd2998e Update MSVC project files to VC12 (2013) 2016-04-30 02:31:34 -04:00
Wedge009
e2549c1fff Remove user-specific MSVC files and update gitignore. 2016-03-24 19:11:23 +11:00
Bruno Macabeus
ff6aca4192 Revert change in .gitignore 2016-03-22 11:05:57 +01:00
Bruno Macabeus
a79de2c35c wmlvalidator, wmlgrammar and wmldata: now it checks translatable lines.
schema.cfg: it was removed type "tstring" and can now be optional parameters
2016-03-22 11:05:56 +01:00
aquileia
798f037738 Remove POTFILES.in
Generated anew for each pot-update, no need to keep temporary files
2015-12-02 00:37:01 +01:00
Wedge009
c4c2eaa257 Ignore WindowsTimeout 2015-08-22 22:59:37 +10:00
Charles Dang
8ed95e7629 Ignore projectfiles/CodeBlocks/cb/
This is the default dir name for the extracted CB SDK zip we provide, and the projectfiles folder
is a logical place to put it
2014-12-05 05:18:40 +11:00
Chris Beck
e8698e49be refactor gitignore: ignore all build scripts (*build*.sh) 2014-11-04 12:57:09 -05:00
Chris Beck
9b0396629f add build_mingw*.sh to .gitignore
It's convenient for me to do this, because I use scripts to keep
all the configuration info set up correctly, and I have a few diff
versions of mingw and of boost floating around...
2014-10-24 13:20:45 -04:00
gfgtdf
de97f3f2e8 add stdout.txt to gitignore 2014-07-05 03:42:39 +02:00
gfgtdf
ed60036aa4 ignore stderr.txt file 2014-06-29 17:30:17 +02:00
Boldizsár Lipka
d577938307 Don't ignore txt files. 2014-06-29 14:14:08 +02:00
Boldizsár Lipka
f46eaebad4 Don't ignore CMakeLists. 2014-06-28 14:17:49 +02:00
Alexander van Gessel
5f6487c4e5 Merge pull request #204 from aquileia/ignore
Merge all remaining .gitignore files
2014-06-15 20:29:46 +02:00
aquileia
3ba90bbf64 gitignore: Merge rules from src/ directory 2014-06-14 20:10:32 +02:00
Mark de Wever
15ab52d460 Ignore doc/doxygen/html in older versions of git.
The ** syntax is introduced in a newer version of git.
2014-06-14 18:33:10 +02:00
Chris Beck
63e3395583 add callgrind output files to .gitignore 2014-06-13 11:32:55 -04:00
aquileia
c19e729c6b gitignore: Merge rules from doc/ and data/tools 2014-06-09 01:00:50 +02:00
aquileia
1715ab3145 gitignore: Include more rules from subdirectories
That is: data/lua/, scons/, and utils/
2014-06-09 01:00:45 +02:00
aquileia
1e9a508795 gitignore: Merge rules from projectfiles/ 2014-06-09 01:00:41 +02:00
aquileia
5db587182d gitignore: Block some extensions 2014-06-09 01:00:38 +02:00
aquileia
15503ff27e gitignore: Fix order of rules for Makefiles
The exceptions were applied before the generic rule, thus they had
no effect.
2014-06-09 01:00:34 +02:00
aquileia
0abdaf7a96 gitignore: Reduce number of false positives
Especially in utils/umc_dev/ a massive number of files matched ignore
rules. As tracked files can't be ignored, this had no real consequences.
2014-06-09 01:00:30 +02:00
aquileia
05641062c8 gitignore: Merge dozens of "Thumbs.db" rules
It suffices to apply the rule once in the root directory.
2014-06-09 01:00:26 +02:00
aquileia
af9761fa81 gitignore: Merge rules from po/**/.gitignore files 2014-06-09 01:00:18 +02:00
aquileia
cdd8b932ee gitignore: Additional cmake rules 2014-06-09 01:00:15 +02:00
aquileia
88d3d76c12 gitignore: Keep README and COPYING files 2014-06-09 01:00:11 +02:00
aquileia
f30a332963 gitignore: Restructure existing rules
Organize the rules into groups corresponding to the tools creating
these files.

Use blank lines and comments for clarity.
2014-06-09 01:00:07 +02:00
aquileia
9b1fea031f Restructure .gitignore file 2014-06-09 01:00:02 +02:00
Chris Beck
f4fa57f09f add "do_build_and_tests.sh" to .gitignore
This is convenient for me to do.
2014-05-26 17:39:11 -04:00
Chris Beck
9c638ee867 add errors.log to .gitignore 2014-05-13 20:58:52 -04:00
Chris Beck
25e4e71e87 add wml_unit_tests test aggregator script
This bash script runs a sequence of WML unit test scenarios.
If all pass the result is 0.
If any fails, the result is 1, and the std::cerr stored in "error.log".
We also add error.log to the .gitignore list.

It shows how --timeout and --validcache may be used in such a script
2014-04-08 18:10:25 -04:00
aquileia
c928358106 Extend .gitignore for VC project files
This commit adapts .gitignore to the new MSVC compilation
recommandations on the wiki.

Signed-off-by: aquileia <sk.aquileia@gmail.com>
2014-03-22 15:39:01 +01:00
fendrin
25a225f363 Global .gitignore rule for "Thumbs.db". 2013-12-22 08:01:29 +01:00
Boldizsár Lipka
17cd340253 Ignore project files for all versions of QtCreator. 2013-12-08 22:20:28 +01:00
fendrin
ebe2b446ec Added ignore rule for eclipse pydev project files. 2013-11-27 02:16:17 +01:00
gfgtdf
209cb1bd53 ignoring VC10 projectfile, and "Neuer Ordner"
"Neuer Ordner" (translated "new folder") is the default name for created
folders on german windows versions.
2013-11-08 14:59:41 +01:00
Andrius Silinskas
d94b36d58a Add unit tests for mp::connect. Work in progress. 2013-09-05 18:33:34 +01:00
Ignacio R. Morelle
6e69dd15fb Restrict some .gitignore patterns to the root of the working tree
This is necessary so files with similar names which are actually
versioned and important aren't matched by these patterns, otherwise
only intended to match build output files.
2013-08-17 19:47:41 -04:00
Alexander van Gessel
38b224c1ff Revert "Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old""
This reverts commit 23b72d6956.
2013-08-09 00:13:46 +02:00
Thibault Févry
23b72d6956 Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old"
This reverts commit 5fa5c03411, reversing
changes made to 06374c64ba.
2013-08-08 18:50:46 +02:00
Lipka Boldizsár
d2f7e31958 Ignore QtCreator generated project files. 2013-07-23 12:26:13 +02:00
anonymissimus
333aa70cef cmake/MSVC: .gitignore generated things 2013-06-24 23:00:28 -04:00
Ignacio R. Morelle
6e9aa5581a Exclude src/test* in .gitignore 2013-06-17 20:48:12 -04:00
Alexander van Gessel
97e1639740 Don't ignore translation catalogue templates 2013-05-23 17:26:30 +02:00