Skip to content

Commit 691c777

Browse files
authored
Merge pull request #38 from jayvdb/sync-gitignore-2
Sync gitignore
2 parents 47e4276 + 18c8491 commit 691c777

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ flycheck_*.el
242242
# Swap
243243
[._]*.s[a-v][a-z]
244244
[._]*.sw[a-p]
245-
[._]s[a-v][a-z]
245+
[._]s[a-rt-v][a-z]
246+
[._]ss[a-gi-z]
246247
[._]sw[a-p]
247248

248249
# Session
@@ -263,6 +264,7 @@ tags
263264
# User-specific stuff
264265
.idea/**/workspace.xml
265266
.idea/**/tasks.xml
267+
.idea/**/usage.statistics.xml
266268
.idea/**/dictionaries
267269
.idea/**/shelf
268270

@@ -280,8 +282,7 @@ tags
280282
.idea/**/libraries
281283

282284
# CMake
283-
cmake-build-debug/
284-
cmake-build-release/
285+
cmake-build-*/
285286

286287
# Mongo Explorer plugin
287288
.idea/**/mongoSettings.xml
@@ -414,7 +415,7 @@ local.properties
414415
# CDT-specific (C/C++ Development Tooling)
415416
.cproject
416417

417-
# CDT- autotools
418+
# CDT- autotools
418419
.autotools
419420

420421
# Java annotation processor (APT)
@@ -438,6 +439,9 @@ local.properties
438439
# Code Recommenders
439440
.recommenders/
440441

442+
# Annotation Processing
443+
.apt_generated/
444+
441445
# Scala IDE specific (Scala & Java development for Eclipse)
442446
.cache-main
443447
.scala_dependencies

0 commit comments

Comments
 (0)