This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
Ignore all dotfiles and binaries.
tags/v2.6.2
Andrew Belt
1 month ago
parent
7a8d9d7154
commit
c79063dbab
1 changed files
with
10 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-4
.gitignore
+ 10
- 4
.gitignore
View File
@@ -1,6 +1,12 @@
# Ignore all dotfiles except git dotfiles
.*
!.git*
# Binaries and build targets
*.a
*.so
*.dylib
*.dll
/build
/dep
/dist
/plugin.dylib
/plugin.dll
/plugin.so
.DS_Store
Write
Preview
Loading…
Cancel
Save