Skip to content

Commit 082d056

Browse files
committed
Clean up repo and update submodule
1 parent bc75f56 commit 082d056

12 files changed

+5
-363
lines changed

.gitignore

+3-123
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,7 @@
1-
i3ipc++/
2-
i3_focus_last
1+
.idea/
2+
.vim/
33

4-
# Created by https://www.gitignore.io/api/c++,clion,cmake
5-
# Edit at https://www.gitignore.io/?templates=c++,clion,cmake
6-
7-
### C++ ###
8-
# Prerequisites
9-
*.d
10-
11-
# Compiled Object files
12-
*.slo
13-
*.lo
14-
*.o
15-
*.obj
16-
17-
# Precompiled Headers
18-
*.gch
19-
*.pch
20-
21-
# Compiled Dynamic libraries
22-
*.so
23-
*.dylib
24-
*.dll
25-
26-
# Fortran module files
27-
*.mod
28-
*.smod
29-
30-
# Compiled Static libraries
31-
*.lai
32-
*.la
33-
*.a
34-
*.lib
35-
36-
# Executables
37-
*.exe
38-
*.out
39-
*.app
40-
41-
### CLion ###
42-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
43-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
44-
45-
# User-specific stuff
46-
.idea/**/workspace.xml
47-
.idea/**/tasks.xml
48-
.idea/**/usage.statistics.xml
49-
.idea/**/dictionaries
50-
.idea/**/shelf
51-
52-
# Generated files
53-
.idea/**/contentModel.xml
54-
55-
# Sensitive or high-churn files
56-
.idea/**/dataSources/
57-
.idea/**/dataSources.ids
58-
.idea/**/dataSources.local.xml
59-
.idea/**/sqlDataSources.xml
60-
.idea/**/dynamic.xml
61-
.idea/**/uiDesigner.xml
62-
.idea/**/dbnavigator.xml
63-
64-
# Gradle
65-
.idea/**/gradle.xml
66-
.idea/**/libraries
67-
68-
# Gradle and Maven with auto-import
69-
# When using Gradle or Maven with auto-import, you should exclude module files,
70-
# since they will be recreated, and may cause churn. Uncomment if using
71-
# auto-import.
72-
# .idea/modules.xml
73-
# .idea/*.iml
74-
# .idea/modules
75-
76-
# CMake
774
cmake-build-*/
78-
79-
# Mongo Explorer plugin
80-
.idea/**/mongoSettings.xml
81-
82-
# File-based project format
83-
*.iws
84-
85-
# IntelliJ
86-
out/
87-
88-
# mpeltonen/sbt-idea plugin
89-
.idea_modules/
90-
91-
# JIRA plugin
92-
atlassian-ide-plugin.xml
93-
94-
# Cursive Clojure plugin
95-
.idea/replstate.xml
96-
97-
# Crashlytics plugin (for Android Studio and IntelliJ)
98-
com_crashlytics_export_strings.xml
99-
crashlytics.properties
100-
crashlytics-build.properties
101-
fabric.properties
102-
103-
# Editor-based Rest Client
104-
.idea/httpRequests
105-
106-
# Android studio 3.1+ serialized cache file
107-
.idea/caches/build_file_checksums.ser
108-
109-
### CLion Patch ###
110-
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
111-
112-
# *.iml
113-
# modules.xml
114-
# .idea/misc.xml
115-
# *.ipr
116-
117-
# Sonarlint plugin
118-
.idea/sonarlint
119-
120-
### CMake ###
1215
CMakeLists.txt.user
1226
CMakeCache.txt
1237
CMakeFiles
@@ -130,8 +14,4 @@ compile_commands.json
13014
CTestTestfile.cmake
13115
_deps
13216

133-
### CMake Patch ###
134-
# External projects
135-
*-prefix/
136-
137-
# End of https://www.gitignore.io/api/c++,clion,cmake
17+
*.cbp

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "i3ipc++"]
22
path = i3ipc++
33
url = https://github.com/SERVCUBED/i3ipcpp.git
4+
branch = master

.idea/.name

-1
This file was deleted.

.idea/bashsupport_project.xml

-6
This file was deleted.

.idea/codeStyles/Project.xml

-35
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

.idea/i3-focus-last.iml

-2
This file was deleted.

.idea/misc.xml

-4
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/vcs.xml

-7
This file was deleted.

i3_focus_last.cbp

-171
This file was deleted.

0 commit comments

Comments
 (0)