This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-11-23 19:49:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dc70284c81
CMake
/
.gitignore
11 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tell Git to ignore .DS_Store files These are created by MacOS Finder and should not be versioned. Suggested-by: Sean McBride <sean@rogue-research.com>
2016-07-08 17:33:34 +00:00
# Exclude MacOS Finder files.
.DS_Store
Update .gitignore Ignore *.user* files from QtCreator and *.pyc files.
2016-09-09 08:01:43 +00:00
*.user*
*.pyc
Testing
gitignore: Ignore a .vs directory in the source tree
2018-03-31 18:28:03 +00:00
# Visual Studio work directory
.vs/
Reference in New Issue
Copy Permalink