Skip to content

Commit 066a465

Browse files
committed
Add .arcconfig and .gitignore
1 parent 4006ff7 commit 066a465

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.arcconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"phabricator.uri" : "https://phabricator.kde.org/",
3+
"project.name" : "Krita"
4+
}

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
*.trace
2+
build
3+
qtcreator-build
4+
*.kdev4
5+
*~
6+
.kateconfig
7+
CMakeLists.txt.user*
8+
.directory
9+
*.rej
10+
*.orig
11+
*.patch
12+
*.autosave
13+
*.swp
14+
.gdb_history
15+
.kdev_include_paths
16+
*.config
17+
*.creator
18+
*.creator.user
19+
*.files
20+
*.includes
21+
.DS_Store
22+
*.kate-swap
23+
*.diff
24+
*.patch
25+
.idea
26+
GTAGS
27+
GPATH
28+
GRTAGS
29+
GSYMS
30+
BROWSE

0 commit comments

Comments
 (0)