python/CMakeLists.txt: rework Python development files detection
[libftdi] / .gitignore
... / ...
CommitLineData
1# Normal stuff
2*.o
3*.a
4*.so
5*.lo
6*.la
7*.patch
8*.pc
9.deps/
10.libs/
11.kdev4/
12
13# kdevelop
14*.kdevelop.pcs
15*.kdevses
16
17# Doxygen documentation
18Doxyfile
19Doxyfile.xml
20doc/Doxyfile
21doc/html
22doc/man
23doc/xml
24
25# examples
26examples/baud_test
27examples/bitbang
28examples/bitbang2
29examples/bitbang_cbus
30examples/bitbang_ft2232
31examples/find_all
32examples/find_all_pp
33examples/serial_test
34examples/simple
35
36# Backup files and stuff from patches
37*.orig
38*.rej
39*~
40.*.swp
41
42# libftdi specific
43libftdi1-config
44
45# CMake
46CMakeCache.txt
47cmake_install.cmake
48CMakeFiles
49
50# Misc. binaries
51*.dylib
52opt
53
54# ctags
55tags
56
57# clangd specific files
58.cache
59compile_commands.json
60
61# VSCode
62.vscode
63
64# CLion
65.idea/