programming/.gitignore
2024-08-25 20:00:46 -06:00

58 lines
1.8 KiB
Plaintext

*.pdf
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
/python/PCC-python3/.idea/
/python/PCC-python3/bin/
/python/PCC-python3/include/
/python/PCC-python3/lib/
/python/PCC-python3/lib64/
/python/PCC-python3/pyvenv.cfg
/python/PCC-python3/lib64/
/python/.idea/misc.xml
/python/.idea/modules.xml
/python/murach-python/Section3/Chapter18/moreGUI.py
/python/.idea/inspectionProfiles/profiles_settings.xml
/python/.idea/inspectionProfiles/Project_Default.xml
/python/.idea/python.iml
/python/.idea/vcs.xml
/python/.idea/workspace.xml
cpp/vscode/helloworld
cpp/vulkan/vulkantest/VulkanTest
cpp/ANSI/W1/Day1/1.1/helloworld
cpp/vulkan/HelloTriangle/HelloTriangle
cpp/ANSI/W1/Day2/2.1/helloworld
cpp/ANSI/W1/Day2/2.2/cout
cpp/ANSI/W1/Day1/Ex.1/math
cpp/ANSI/W1/Day2/2.3/keyword
cpp/ANSI/W1/Day2/2.4/namespace-std
cpp/ANSI/W1/Day2/2.5/comments
cpp/ANSI/W1/Day2/2.6/functions
cpp/ANSI/W1/Day2/2.7/function-math
cpp/ANSI/W1/Day2/Ex.5/function-math
cpp/ANSI/W1/Day3/3.1/sizeofvars
cpp/ANSI/W1/Day3/3.2/variableusage
cpp/ANSI/W1/Day3/3.4/overflow
cpp/ANSI/W1/Day3/3.3/typedef
cpp/ANSI/W1/Day3/3.5/overflowint
cpp/ANSI/W1/Day3/3.6/printchars
cpp/ANSI/W1/Day3/3.7/printchars2
cpp/ANSI/W1/Day3/3.8/enumeratedconstants
cpp/ANSI/W1/Day3/3.9/enumeratedconstants2
cpp/ANSI/W1/Day3/Ex.SpecialChars/specialchars
cpp/ANSI/W1/Day4/4.1/complexexpressions
cpp/ANSI/W1/Day4/4.2/integerOverflow
cpp/ANSI/W1/Day4/4.3/prefixPostfixOperators
cpp/ANSI/W1/Day4/4.4/nestedif
cpp/ANSI/W1/Day4/4.5/elseif
cpp/ANSI/W1/Day4/4.6/complexnestedif
cpp/ANSI/W1/Day4/4.7/brokenbracesif
cpp/ANSI/W1/Day4/4.8/fixedbracesif
cpp/ANSI/W1/Day4/Quiz/quiz
cpp/ANSI/W1/Day4/Ex.LogicalOperators/logicaloperators
cpp/ANSI/W1/Day4/4.9/conditionaloperator