Skip to content

Commit 71bbd93

Browse files
committed
merging Python.gitignore for PR #1801
2 parents 76b8721 + c40da92 commit 71bbd93

24 files changed

+101
-50
lines changed

Drupal.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ robots.txt
1515
/MAINTAINERS.txt
1616
/UPGRADE.txt
1717
/README.txt
18-
sites/all/README.txt
18+
sites/README.txt
1919
sites/all/modules/README.txt
2020
sites/all/themes/README.txt
2121

Eagle.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# comment the following line if you want to have your project file included.
1212
eagle.epf
1313

14+
# Autorouter files
15+
*.pro
16+
*.job
17+
1418
# CAM files
1519
*.$$$
1620
*.cmp

Global/Eclipse.gitignore

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
*.pydevproject
1+
22
.metadata
3-
.gradle
43
bin/
54
tmp/
65
*.tmp
@@ -20,7 +19,10 @@ local.properties
2019
# Locally stored "Eclipse launch configurations"
2120
*.launch
2221

23-
# CDT-specific
22+
# PyDev specific (Python IDE for Eclipse)
23+
*.pydevproject
24+
25+
# CDT-specific (C/C++ Development Tooling)
2426
.cproject
2527

2628
# JDT-specific (Eclipse Java Development Tools)
@@ -29,14 +31,20 @@ local.properties
2931
# Java annotation processor (APT)
3032
.factorypath
3133

32-
# PDT-specific
34+
# PDT-specific (PHP Development Tools)
3335
.buildpath
3436

3537
# sbteclipse plugin
3638
.target
3739

40+
# Tern plugin
41+
.tern-project
42+
3843
# TeXlipse plugin
3944
.texlipse
4045

4146
# STS (Spring Tool Suite)
4247
.springBeans
48+
49+
# Code Recommenders
50+
.recommenders/

Global/EiffelStudio.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# The compilation directoy
1+
# The compilation directory
22
EIFGENs

Global/Emacs.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ tramp
3030

3131
# cask packages
3232
.cask/
33+
34+
# server auth directory
35+
/server/

Global/JetBrains.gitignore

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
2-
3-
*.iml
4-
5-
## Directory-based project format:
6-
.idea/
7-
# if you remove the above rule, at least ignore the following:
2+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
83

94
# User-specific stuff:
10-
# .idea/workspace.xml
11-
# .idea/tasks.xml
12-
# .idea/dictionaries
13-
# .idea/shelf
5+
.idea/workspace.xml
6+
.idea/tasks.xml
7+
.idea/dictionaries
148

159
# Sensitive or high-churn files:
16-
# .idea/dataSources.ids
17-
# .idea/dataSources.xml
18-
# .idea/sqlDataSources.xml
19-
# .idea/dynamic.xml
20-
# .idea/uiDesigner.xml
10+
.idea/dataSources.ids
11+
.idea/dataSources.xml
12+
.idea/sqlDataSources.xml
13+
.idea/dynamic.xml
14+
.idea/uiDesigner.xml
2115

2216
# Gradle:
23-
# .idea/gradle.xml
24-
# .idea/libraries
17+
.idea/gradle.xml
18+
.idea/libraries
2519

2620
# Mongo Explorer plugin:
27-
# .idea/mongoSettings.xml
21+
.idea/mongoSettings.xml
2822

2923
## File-based project format:
30-
*.ipr
3124
*.iws
3225

3326
## Plugin-specific files:

Global/Linux.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*~
22

3+
# temporary files which can be created if a process still has a handle open of a deleted file
4+
.fuse_hidden*
5+
36
# KDE directory preferences
47
.directory
58

Global/Vim.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# swap
12
[._]*.s[a-w][a-z]
23
[._]s[a-w][a-z]
4+
# persistent undo
35
*.un~
6+
# session
47
Session.vim
8+
# temporary
59
.netrwhist
610
*~

Global/VirtualEnv.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[Bb]in
55
[Ii]nclude
66
[Ll]ib
7+
[Ll]ib64
78
[Ll]ocal
89
[Ss]cripts
910
pyvenv.cfg
11+
.venv
1012
pip-selfcheck.json

Global/Xcode.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,9 +15,9 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
21-
*.xccheckout
2221
*.moved-aside
23-
*.xcuserstate
22+
*.xccheckout
23+
*.xcscmblueprint

0 commit comments

Comments
 (0)