-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (30 loc) · 626 Bytes
/
.gitignore
File metadata and controls
36 lines (30 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*.swp
*~
Resources/MetaData
### The following rules ignore anything generated upon running `make`
# Compiled executables under bin/ and src/:
BackgroundExec
CommandNotFound
FindDependencies
GetSupportedFilesystems
IsExecutable
LinkOrExpandAll
List
RescueSymlinkProgram
Runner
SuperUserName
usleep
# Compiled shared libraries:
*.so
# Generated manpages:
share/man/
# Generated symlinks under lib/python<version>/site-packages/:
CheckDependencies.py
Corrections.py
DescribeProgram.py
FindPackage.py
GetAvailable.py
GuessLatest.py
UseFlags.py
# Generated Python cache under lib/python<version>/site-packages/:
__pycache__/