Commit Graph

62 Commits

Author SHA1 Message Date
Jedrzej Klocek aa6df06f43
Don't ignore build*, accidently it ignored all files starts with buil… (#5051) 2023-05-12 16:08:58 +02:00
Mateusz Michalak 1bfa20ecf9
Add ignoring of .cache directory (#4813) 2023-02-24 06:50:03 +01:00
chrchr-github 119a681265
Fix #11536 Do not exclude "debian" subdirectory in .gitignore (#4772) 2023-02-07 22:37:07 +01:00
Oliver Stöneberg b097eca2ec
added handling of library element `entrypoint` to GUI / added GUI tests to CTest (#4744) 2023-01-27 19:43:08 +01:00
Oliver Stöneberg 54771306c5
selfcheck : cleaned up some suppressions, fixed warnings and some cleanups (#4436)
* cleaned up triage.pro and pass all triage files to selfcheck

* CI-unixish.yml: factored out redundant selfcheck flags

* CI-unixish.yml: cleaned up selfcheck suppressions and fixed warnings

* added explicit `missingInclude` checks to selfcheck to work around current issues/limitations / fixed selfcheck includes / added some unit tests for `missingInclude`

* applied the selfcheck changes to the sanitizer jobs

* only fail TSAN CI build in case of TSAN error / updated sanitizer CI build TODOs
2022-09-06 23:11:39 +02:00
Oliver Stöneberg 0cf174e18f
.gitignore: narrowed some of the exclusions / added CLion `.run` folder (#4395) 2022-08-23 21:19:38 +02:00
Oliver Stöneberg c71033548f
fixed some clang-tidy warnings (#3080) 2022-05-08 20:42:06 +02:00
Kuletco bd2c4bb0a6
Update zh_CN translation (#3692) 2022-01-12 22:10:05 +01:00
Oliver Stöneberg cc24d6fcef
Fix #9162 (Invalid --project files do not give any error) (#3177) 2021-12-19 12:36:11 +01:00
Oliver Stöneberg 052de79b6d
some test/CI related refactoring and cleanup (#3163) 2021-04-03 21:22:39 +02:00
abhijit-sawant 3bb5f15c38
Added .vscode to gitignore (#3061) 2021-01-18 08:28:56 +01:00
firewave 0302ab217a .gitignore: added gui/.qmake.stash 2020-09-13 20:58:08 +02:00
Jens Yllman 3efbac88f0 clangd and clang project files 2020-08-17 09:55:37 +02:00
Simon Large ec99be0332 Create separate scripts for building HTML and PDF documents
The PDF build command line is getting very long, and it needs another option. Create separate build scripts for HTML and PDF and just pass in the name of the markdown file.

Adds -V subparagraph to fix a LaTeX error.

Adds fallback font selection to the PDF script.
2020-07-24 18:54:06 +01:00
Simon Large 9ef216b0c5 Update .gitignore
Ignore generated manual files
2020-07-23 15:39:54 +01:00
Oliver Stöneberg aaffd1f761
some cleanups (#2601)
* exclude the *_sanitized fuzz-client dependencies from all as well

* .gitignore: added CMake output folders and removed a duplicated entry
2020-04-09 09:23:31 +02:00
Servando 7c168fa850 Feature/ros naming check (#1511)
* Added script to check ROS naming style

* Added header to script

* Enhanced namingng.py and added ROS_naming.json

* Correction of style bugs

* Removed trailing whitespace

* Removed trailing whitespace

* Removed path

* Remove path from file name

* Check if the token belongs to the current file or is included

* Reverted

* Fixed msg errors
2019-01-09 18:16:51 +01:00
Oliver Stöneberg 373039f034 Minor Cleanups (#1321)
* added CLion project folder to .gitignore

* adjusted project name in CMakeLists.txt

* avoid warning when compiling "Debug" with Visual Studio via CMake

There was a GCC-style compiler flag in the common flags in compileroptions.cmake which caused the following warning:
cl : Command line warning D9002 : ignoring unknown option '-O0'

* compileroptions.cmake: restored original formatting
2018-07-23 08:34:41 +02:00
Sebastian a44b4ba441
.gitignore: Ignore dump files created by Cppcheck. (#1319) 2018-07-21 17:51:15 +02:00
amai2012 9e53e1a402 Ignore .vs directory created by Visual Studio 2018-03-28 13:54:43 +02:00
Carlos Gomes Martinho 61ef48bcad [WIP] Package cppcheck as snap app (#1029)
* added first approach to the snapcraft packaging

* rm opencv stuff

* added Qt5LinguistTools stuff

* fixed building problems

* changed to strict mode
2018-01-24 20:17:16 +01:00
amai2012 bddea350d3 Ignore generated files from man/ subfolder 2018-01-23 11:39:19 +01:00
alexander d5df7e0001 Add entry 2017-05-28 21:35:25 +02:00
amai 8fa4a92ce1 Make tags target phony. Add entry to gitignore 2017-05-20 22:27:49 +02:00
Aleksandr Pikalev e92bbf6481 Fixed #7275 - Make GUI tests buildable
* Use -std=c++11 flag for gcc and clang
 * Use $$PWD variable in qmake files to have correct paths
 * Change tokenizer.simplifyTokenList() to tokenizer.simplifyTokenList2()
 * Add build-generated files to .gitignore
 * Link libpcre only if rules are enabled
2016-01-08 15:21:36 +01:00
Luis Díaz Más 22424ba54a Add CMake files 2015-02-13 19:00:14 +01:00
XhmikosR 8d796519d9 Update .gitignore.
Remove accidentally added file.

[ci skip]
2014-06-21 19:56:26 +03:00
XhmikosR 88f8349a45 Clean up .gitignore and remove the currently unneeded .gitattributes file.
[ci skip]
2014-06-21 19:47:59 +03:00
XhmikosR ff4cf68338 Improve daca2-report.py.
* remove empty <td>
* add meta charset
* remove double space
* remove unneeded escapes
2013-11-10 17:35:31 +02:00
XhmikosR 4c0ba2b36a htdocs: Move scripts one dir up. 2013-08-20 07:46:29 +03:00
XhmikosR 1e56b94311 htdocs: add a node.js method for minifying the files.
Run `node make` or `node make minify`.

Additionally, you can use `npm run check` or `npm run lint` to check our js and css files for errors with JSHint and csslint.
2013-06-05 17:27:21 +02:00
Thomas Jarosch 6bd7463c54 Add local copy of argparse module to support python 2.6 / python 3.0 2013-01-09 21:30:53 +01:00
Thomas Jarosch 7289b70eb1 Add reduce tool to .gitignore 2013-01-03 22:00:45 +01:00
XhmikosR 81642a18bd update .gitignore 2012-12-15 09:46:02 +01:00
XhmikosR 7eb99008c0 refactored .gitignore so that it's easier to read 2012-12-01 17:21:56 +01:00
XhmikosR 01716264c2 merge htmlreport/.gitignore in .gitignore 2012-10-12 17:46:57 +02:00
PKEuS ee0d18a9e4 Updated gitignore as requested by kidkat1. Added bin/ folder created by VS10 2012-06-21 08:18:56 -07:00
PKEuS cd5ba71555 Updated gitignore as requested by kidkat1. Added temporary folders created by VS10 2012-06-21 07:57:42 -07:00
Thomas Jarosch 6ea3523ac8 Update .gitignore
* KDE text editor backup files
  * stuff from broken patches
  * kdevelop 4.x files
2011-10-28 22:55:14 +02:00
Kimmo Varis 2214de7bbc Add .obj files to gitignore. 2011-02-05 23:46:10 +02:00
Tim Gerundt 3330981a23 Drop htdocs/ from gitignore 2011-02-01 19:52:56 +01:00
Kimmo Varis 9667d97949 Update GUI executable name to .gitignore. 2010-12-05 23:11:37 +02:00
ms f0f3af6e27 Ignore more user-specific Xcode files 2010-10-21 23:03:06 +02:00
Pete Johns 4f0cda235a Added tags file for faster code navigation.
[Helpful for newbies like me]
2010-10-12 23:08:34 +11:00
Pete Johns fd7ba05fa6 Ignore gcov and doxygen ephemera. 2010-09-26 19:17:47 +10:00
Pete Johns d727fa858c dmake can now be made from ./Makefile
Ignore this build artefact as well as the one under ./tools, since that can be built too.
2010-09-23 18:49:12 +10:00
Cary R c8065506b6 Fixed #1915 (Patch to ignore cppcheck.exe and testrunner.exe)
When compiling in the cygwin environment the executables have
a .exe extension, so to keep the git status clean ignore both
cppcheck.exe and testrunner.exe.
2010-08-02 08:05:28 +02:00
Emmanuel Blot b50b2f0332 Fix build error on XCode 2010-07-27 12:08:05 +02:00
Kimmo Varis bc8242dcce Add *.orig files to gitignore. 2010-07-17 19:31:05 +03:00
firewave 8b442d74a1 Added *.opensdf to ignore list 2010-05-30 10:43:45 +02:00