We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45c92b1 + 6132b40 commit 67b3719Copy full SHA for 67b3719
.gitignore
@@ -1,19 +1,32 @@
1
# Generated
2
+*.d
3
*.o
-*.o.d
4
-demo-sdl
5
-.demo-sdl
6
-libtwin.a
7
-.libtwin.a
8
-libbackend.a
9
-.libbackend.a
10
-libapps.a
11
-.libapps.a
+*.a
+demo-*
+.demo-*
+
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
12
+[._]ss[a-gi-z]
13
+[._]sw[a-p]
14
15
+# Vim session
16
+Session.vim
17
+Sessionx.vim
18
19
+# Tag files
20
+tags
21
22
+# Python
23
+__pycache__/
24
+*.pyc
25
26
+# Configuration
27
.config
28
.config.old
29
config.h
-__pycache__
-*.pyc
30
31
# Tools
32
tools/ttf/twin-ttf
0 commit comments