File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -784,38 +784,6 @@ Threads
784
784
- [ ThreadI2PAcceptIncoming (` b-i2paccept ` )] ( https://doxygen.bitcoincore.org/class_c_connman.html#a57787b4f9ac847d24065fbb0dd6e70f8 )
785
785
: Listens for and accepts incoming I2P connections through the I2P SAM proxy.
786
786
787
- Ignoring IDE/editor files
788
- --------------------------
789
-
790
- In closed-source environments in which everyone uses the same IDE, it is common
791
- to add temporary files it produces to the project-wide ` .gitignore ` file.
792
-
793
- However, in open source software such as Bitcoin Core, where everyone uses
794
- their own editors/IDE/tools, it is less common. Only you know what files your
795
- editor produces and this may change from version to version. The canonical way
796
- to do this is thus to create your local gitignore. Add this to ` ~/.gitconfig ` :
797
-
798
- ```
799
- [core]
800
- excludesfile = /home/.../.gitignore_global
801
- ```
802
-
803
- (alternatively, type the command ` git config --global core.excludesfile ~/.gitignore_global `
804
- on a terminal)
805
-
806
- Then put your favourite tool's temporary filenames in that file, e.g.
807
- ```
808
- # NetBeans
809
- nbproject/
810
- ```
811
-
812
- Another option is to create a per-repository excludes file ` .git/info/exclude ` .
813
- These are not committed but apply only to one repository.
814
-
815
- If a set of tools is used by the build system or scripts the repository (for
816
- example, lcov) it is perfectly acceptable to add its files to ` .gitignore `
817
- and commit them.
818
-
819
787
Development guidelines
820
788
============================
821
789
You can’t perform that action at this time.
0 commit comments